]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Enable building for mainline BSP
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 7 Apr 2021 14:33:09 +0000 (09:33 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Apr 2021 16:19:38 +0000 (13:19 -0300)
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>
recipes-bsp/u-boot/u-boot-imx_2020.04.bb

index b36730e09c1a8b2619f29f82667a3c7609e88442..55d3e7c550a4a0247a577f54def10950fac138a6 100644 (file)
@@ -29,4 +29,4 @@ do_deploy_append_mx8m() {
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
+COMPATIBLE_MACHINE = "(mx6|mx7|mx8|use-mainline-bsp)"