summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-04-07 09:33:09 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-07 13:19:38 -0300
commit578023ff0ee38738e594785e271857ab80609982 (patch)
treebe128329dcea8f45f0d941c3d883250ec96bff10
parent543d3dc94c9d0e20adf97de360ea7ead8e734704 (diff)
downloadmeta-freescale-578023ff0ee38738e594785e271857ab80609982.tar.gz
u-boot-imx: Enable building for mainline BSP
Building u-boot-imx for mainline BSP results in the following error: ``` u-boot-imx PROVIDES u-boot but was skipped: incompatible with machine imx8mp-ddr4-evk (not in COMPATIBLE_MACHINE) ``` Add use-mainline-bsp to COMPATIBLE_MACHINE to fix this. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2020.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2020.04.bb b/recipes-bsp/u-boot/u-boot-imx_2020.04.bb
index b36730e0..55d3e7c5 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2020.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2020.04.bb
@@ -29,4 +29,4 @@ do_deploy_append_mx8m() {
29} 29}
30 30
31PACKAGE_ARCH = "${MACHINE_ARCH}" 31PACKAGE_ARCH = "${MACHINE_ARCH}"
32COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" 32COMPATIBLE_MACHINE = "(mx6|mx7|mx8|use-mainline-bsp)"