summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-22 13:57:59 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-05-22 13:57:59 -0300
commit6676925affbf7f4517002e0ddb192fc3edc2f096 (patch)
tree08eb160caeef6b036aadaf57c2230d47626f1e28
parent5537a3a90f42ea423a2d66bf5f1688058ccba00f (diff)
downloadmeta-freescale-6676925affbf7f4517002e0ddb192fc3edc2f096.tar.gz
u-boot: use SoC family for COMPATIBLE_MACHINE matching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index 85c1d2f8b..0439c6e30 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb
@@ -2,7 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)" 5COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8