nitrogen8mn: temporarily disable bootloader

There are compilation errors when building bootloader.
Temporarily remove and will be fixed at later date.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
Chris Dimich 2020-04-13 14:40:25 -07:00 committed by Otavio Salvador
parent bebf0ad8a4
commit 3e7b9150b7

View File

@ -21,6 +21,8 @@ KERNEL_IMAGETYPE = "Image"
KERNEL_DEFCONFIG = "boundary_defconfig"
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
#Temporarily remove bootloader from building, as there are compilation errors.
WKS_FILE_DEPENDS_mx8_remove = "imx-boot"
# U-Boot configuration
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"