summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-18 22:21:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-02-21 20:06:28 -0300
commit2438407c1665c8b60db955d8afe9571af52ed8a3 (patch)
tree0497ef5f6d9dc0401ef83b552c7d97bcac1a95bb
parent9049faf327ae4d6621451e4ecbf55e27eaf7d12d (diff)
downloadmeta-freescale-2438407c1665c8b60db955d8afe9571af52ed8a3.tar.gz
imx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb
index 91a631c9..ded38d4b 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.4.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb
@@ -67,4 +67,4 @@ do_deploy() {
67addtask deploy after do_compile 67addtask deploy after do_compile
68 68
69PACKAGE_ARCH = "${MACHINE_SOCARCH}" 69PACKAGE_ARCH = "${MACHINE_SOCARCH}"
70COMPATIBLE_MACHINE = "(mx8-nxp-bsp|imx-boot-container)" 70COMPATIBLE_MACHINE = "(mx8-generic-bsp)"