From: Otavio Salvador Date: Sat, 19 Feb 2022 00:46:18 +0000 (-0300) Subject: firmware-imx-8m: Use mx8m-generic-bsp as COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4cbbc15d937d2fbd487f10431c59cc1c21b791eb;p=meta-freescale.git firmware-imx-8m: Use mx8m-generic-bsp as COMPATIBLE_MACHINE Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/firmware-imx/firmware-imx-8m_8.14.bb b/recipes-bsp/firmware-imx/firmware-imx-8m_8.14.bb index ab53fa22..152ef0b5 100644 --- a/recipes-bsp/firmware-imx/firmware-imx-8m_8.14.bb +++ b/recipes-bsp/firmware-imx/firmware-imx-8m_8.14.bb @@ -21,4 +21,4 @@ addtask deploy after do_install before do_build PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_MACHINE = "(mx8m-nxp-bsp|imx-boot-container)" +COMPATIBLE_MACHINE = "(mx8m-generic-bsp)"