From a1931c20955e478a0f43090e868b7d49cfe39477 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Fri, 18 Dec 2020 10:44:27 +0000 Subject: [PATCH] imx-atf: add compatibility with imx-boot-container 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 --- recipes-bsp/imx-atf/imx-atf_2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.2.bb index 81d884ad..6be81e59 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.2.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.2.bb @@ -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)" -- 2.40.1