]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-boot: drop compatibility with mainline bsp
authorAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 10 Mar 2021 14:36:45 +0000 (14:36 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Mar 2021 13:53:42 +0000 (10:53 -0300)
Mainline BSP switches from using imx-boot package, which provides the
boot container for mx8 derivatives, to the boot container provided as a
part of u-boot package and usage of imx-boot-container class.

Drop the compatibility with mainline BSP from the recipe, and let
derivatives that are built with it to integrate support of new boot
container mechanism.

Fixes: 6fc0971c ("imx-mkimage: allow to be used with mainline bsp for mx8m)"
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-bsp/imx-mkimage/imx-boot_1.0.bb

index f15929911fa93bdc1f18d6fc434e7a71de24f583..ba1507ebfd250f9d3ac342a38377801c19567a49 100644 (file)
@@ -199,4 +199,4 @@ addtask deploy before do_build after do_compile
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 FILES_${PN} = "/boot"
 
-COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)"
+COMPATIBLE_MACHINE = "(mx8)"