From: Otavio Salvador Date: Sat, 19 Feb 2022 01:40:51 +0000 (-0300) Subject: u-boot-imx: Restrict recipe for i.MX6, i.MX7 and i.MX8 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7fc91523b3e43ff458d24788380d0d7df8c41598;p=meta-freescale.git u-boot-imx: Restrict recipe for i.MX6, i.MX7 and i.MX8 Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/u-boot/u-boot-imx_2021.04.bb b/recipes-bsp/u-boot/u-boot-imx_2021.04.bb index 8d790db8..21883af8 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2021.04.bb @@ -38,4 +38,4 @@ do_deploy:append:mx8m-nxp-bsp() { } PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|use-mainline-bsp)" +COMPATIBLE_MACHINE = "(mx6-generic-bsp|mx7-generic-bsp|mx8-generic-bsp)"