From 7cd551b57aa1a23d83b168600beac15b5f4e9541 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 22 May 2012 13:57:59 -0300 Subject: u-boot: use SoC family for COMPATIBLE_MACHINE matching Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot_2012.04.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)" +COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" DEPENDS_mxs += "elftosb-native" -- cgit v1.2.3-54-g00ecf