From 1f59a07afd154f7220eb0301ac14ee10fb684e41 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sat, 5 Jan 2013 00:58:03 +0200 Subject: [PATCH] barebox: Right now barebox supports only imx53qsb board Signed-off-by: Andrei Gherzan --- meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.40.1