diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2013-01-05 00:58:03 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-04 21:02:30 -0200 |
commit | 1a90a83bcdb5a54e037c7f72c30e698833f3508b (patch) | |
tree | 24c7bca689052186a2649304cbd9879bddf8599a | |
parent | 07cb2f7ae2b202c33f70573b42052758311a271d (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
1 | require barebox.inc | 1 | require barebox.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ | 5 | SRC_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 | |||
29 | COMPATIBLE_MACHINE = "imx53qsb" | ||