From: Andrei Gherzan Date: Fri, 4 Jan 2013 22:58:03 +0000 (+0200) Subject: barebox: Right now barebox supports only imx53qsb board X-Git-Tag: 2.1~1561 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f59a07afd154f7220eb0301ac14ee10fb684e41;p=meta-freescale.git barebox: Right now barebox supports only imx53qsb board Signed-off-by: Andrei Gherzan --- diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb b/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb index 3fad26f4..20d7d409 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb +++ b/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb @@ -1,6 +1,6 @@ require barebox.inc -PR = "r1" +PR = "r2" SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ file://defconfig \ @@ -25,3 +25,5 @@ do_configure_prepend_imx53qsb() { cp ${WORKDIR}/config ${S}/arch/arm/boards/freescale-mx53-loco/env oe_runmake oldconfig } + +COMPATIBLE_MACHINE = "imx53qsb"