summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-12-18 10:44:27 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-17 10:53:42 -0300
commita1931c20955e478a0f43090e868b7d49cfe39477 (patch)
treede4e52cbb0071d3ed4f8babe6e38b017571d49a0
parentbe6a39f2faf605330a0ae9a33430e1112ac4d3f5 (diff)
downloadmeta-freescale-a1931c20955e478a0f43090e868b7d49cfe39477.tar.gz
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 <andrey.z@gmail.com>
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.2.bb2
1 files changed, 1 insertions, 1 deletions
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() {
48addtask deploy after do_compile 48addtask deploy after do_compile
49 49
50PACKAGE_ARCH = "${MACHINE_SOCARCH}" 50PACKAGE_ARCH = "${MACHINE_SOCARCH}"
51COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)" 51COMPATIBLE_MACHINE = "(mx8|imx-boot-container)"