]> code.ossystems Code Review - meta-freescale.git/commitdiff
barebox: Right now barebox supports only imx53qsb board
authorAndrei Gherzan <andrei.gherzan@windriver.com>
Fri, 4 Jan 2013 22:58:03 +0000 (00:58 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Jan 2013 23:02:30 +0000 (21:02 -0200)
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb

index 3fad26f4d921087f41ff848e0323451810f0b982..20d7d409d63f26fc634c8bd32eff6341e1f08fb6 100644 (file)
@@ -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"