]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-atf: add compatibility with imx-boot-container
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 18 Dec 2020 10:44:27 +0000 (10:44 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Mar 2021 13:53:42 +0000 (10:53 -0300)
Mainline BSP in general is not compatible with NXP version of ATF
provided. It is required only for mx8m series, where a boot container
is built as a replacements of imx-boot target.

Change compatibility from use-mainline-bsp to imx-boot-container to
limit build only to those machines, which require the boot container.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-bsp/imx-atf/imx-atf_2.2.bb

index 81d884ada4963e19c6e4c0c31e8cc95b6209f3a9..6be81e59fe1789362bc4dff5b049124652a351be 100644 (file)
@@ -48,4 +48,4 @@ do_deploy() {
 addtask deploy after do_compile
 
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)"
+COMPATIBLE_MACHINE = "(mx8|imx-boot-container)"