summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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
commit7cd551b57aa1a23d83b168600beac15b5f4e9541 (patch)
tree4d269cf90afe193840a33253acd415181a724880 /recipes-bsp
parent97ceeaeb657831699da4909f07b47c537ce4f8e0 (diff)
downloadmeta-fsl-arm-7cd551b57aa1a23d83b168600beac15b5f4e9541.tar.gz
u-boot: use SoC family for COMPATIBLE_MACHINE matching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.04.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index 85c1d2f..0439c6e 100644
--- a/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/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