diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-18 22:40:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-21 20:06:28 -0300 |
commit | 7fc91523b3e43ff458d24788380d0d7df8c41598 (patch) | |
tree | f7d0601d85b03ff6d76ee4e623ed49c9c32e8497 /recipes-bsp | |
parent | 68b1f1f333bc4b780b888f9e04201ca08c44633f (diff) | |
download | meta-freescale-7fc91523b3e43ff458d24788380d0d7df8c41598.tar.gz |
u-boot-imx: Restrict recipe for i.MX6, i.MX7 and i.MX8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2021.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 40 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
41 | COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|use-mainline-bsp)" | 41 | COMPATIBLE_MACHINE = "(mx6-generic-bsp|mx7-generic-bsp|mx8-generic-bsp)" |