From: Otavio Salvador Date: Sat, 19 Feb 2022 01:21:19 +0000 (-0300) Subject: imx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2438407c1665c8b60db955d8afe9571af52ed8a3;p=meta-freescale.git imx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE Signed-off-by: Otavio Salvador --- 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() { addtask deploy after do_compile PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_MACHINE = "(mx8-nxp-bsp|imx-boot-container)" +COMPATIBLE_MACHINE = "(mx8-generic-bsp)"