diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-18 22:21:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-21 20:06:28 -0300 |
commit | 2438407c1665c8b60db955d8afe9571af52ed8a3 (patch) | |
tree | 0497ef5f6d9dc0401ef83b552c7d97bcac1a95bb /recipes-bsp | |
parent | 9049faf327ae4d6621451e4ecbf55e27eaf7d12d (diff) | |
download | meta-freescale-2438407c1665c8b60db955d8afe9571af52ed8a3.tar.gz |
imx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 2 |
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() { | |||
67 | addtask deploy after do_compile | 67 | addtask deploy after do_compile |
68 | 68 | ||
69 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 69 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
70 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp|imx-boot-container)" | 70 | COMPATIBLE_MACHINE = "(mx8-generic-bsp)" |