From: Otavio Salvador Date: Tue, 22 May 2012 16:57:59 +0000 (-0300) Subject: u-boot: use SoC family for COMPATIBLE_MACHINE matching X-Git-Tag: 2.1~1808 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6676925affbf7f4517002e0ddb192fc3edc2f096;p=meta-freescale.git u-boot: use SoC family for COMPATIBLE_MACHINE matching Signed-off-by: Otavio Salvador --- 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 85c1d2f8..0439c6e3 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 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"