]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Avoid restricting parsing for 'imx'
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Oct 2018 14:02:19 +0000 (11:02 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Oct 2018 14:05:11 +0000 (11:05 -0300)
The u-boot-fslc does not amend other machines and then cannot be seen
as something that poison other BSP. Adding the restriction to the
common file makes all native tools incompatible.

Fixes:

,----
| [imx23evk] ERROR: Nothing PROVIDES 'u-boot-mxsboot-native'
| [imx23evk] u-boot-fslc-mxsboot-native PROVIDES u-boot-mxsboot-native
|            but was skipped: incompatible with machine imx23evk (not in
|            COMPATIBLE_MACHINE)
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit b9d5f039c61ee106be048fd31bb2b0531beb7b02)

recipes-bsp/u-boot/u-boot-fslc-common_2018.07.inc

index 6446626323988caea503989a7c945728b11c0fa3..50e680ebd3cea57a59cf7e9f5e871ce0b539bb30 100644 (file)
@@ -14,5 +14,3 @@ SRCBRANCH = "2018.07+fslc"
 PV = "v2018.07+git${SRCPV}"
 
 S = "${WORKDIR}/git"
-
-COMPATIBLE_MACHINE = "(imx)"