summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2013-01-05 00:58:03 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-04 21:02:30 -0200
commit1a90a83bcdb5a54e037c7f72c30e698833f3508b (patch)
tree24c7bca689052186a2649304cbd9879bddf8599a
parent07cb2f7ae2b202c33f70573b42052758311a271d (diff)
downloadmeta-fsl-arm-1a90a83bcdb5a54e037c7f72c30e698833f3508b.tar.gz
barebox: Right now barebox supports only imx53qsb board
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rw-r--r--recipes-bsp/barebox/barebox_2012.02.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb b/recipes-bsp/barebox/barebox_2012.02.0.bb
index 3fad26f..20d7d40 100644
--- a/recipes-bsp/barebox/barebox_2012.02.0.bb
+++ b/recipes-bsp/barebox/barebox_2012.02.0.bb
@@ -1,6 +1,6 @@
1require barebox.inc 1require barebox.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ 5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
6 file://defconfig \ 6 file://defconfig \
@@ -25,3 +25,5 @@ do_configure_prepend_imx53qsb() {
25 cp ${WORKDIR}/config ${S}/arch/arm/boards/freescale-mx53-loco/env 25 cp ${WORKDIR}/config ${S}/arch/arm/boards/freescale-mx53-loco/env
26 oe_runmake oldconfig 26 oe_runmake oldconfig
27} 27}
28
29COMPATIBLE_MACHINE = "imx53qsb"