diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-07 09:33:09 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-07 13:19:38 -0300 |
| commit | 578023ff0ee38738e594785e271857ab80609982 (patch) | |
| tree | be128329dcea8f45f0d941c3d883250ec96bff10 | |
| parent | 543d3dc94c9d0e20adf97de360ea7ead8e734704 (diff) | |
| download | meta-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.bb | 2 |
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 b36730e09..55d3e7c55 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 | ||
| 31 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 31 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 32 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | 32 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8|use-mainline-bsp)" |
