From: Otavio Salvador Date: Thu, 4 Oct 2018 14:02:19 +0000 (-0300) Subject: u-boot-fslc: Avoid restricting parsing for 'imx' X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=407c6cf408969445031a492e2d25e0e2749582ea;p=meta-freescale.git u-boot-fslc: Avoid restricting parsing for 'imx' 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 (cherry picked from commit b9d5f039c61ee106be048fd31bb2b0531beb7b02) --- diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.07.inc index 64466263..50e680eb 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2018.07.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.07.inc @@ -14,5 +14,3 @@ SRCBRANCH = "2018.07+fslc" PV = "v2018.07+git${SRCPV}" S = "${WORKDIR}/git" - -COMPATIBLE_MACHINE = "(imx)"