diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-04 11:02:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-04 11:02:19 -0300 |
commit | b9d5f039c61ee106be048fd31bb2b0531beb7b02 (patch) | |
tree | 35f981ebbecc087ef7d0aceaee236c7c77dc32ef /recipes-bsp | |
parent | 4e1301127023dcf114ae2981cfbbea02154f28f4 (diff) | |
download | meta-freescale-b9d5f039c61ee106be048fd31bb2b0531beb7b02.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc index 18be28a3..aaefd67f 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.09.inc | |||
@@ -14,5 +14,3 @@ SRCBRANCH = "2018.09+fslc" | |||
14 | PV = "v2018.09+git${SRCPV}" | 14 | PV = "v2018.09+git${SRCPV}" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | |||
18 | COMPATIBLE_MACHINE = "(imx)" | ||