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:03:12 -0200 |
commit | a0dec21d4ba14abb313488399798d564580579ab (patch) | |
tree | f7399ecf16d6796034b180040a13b638407d8436 | |
parent | 499281a16f05848c993feabfaceb393367ae1aed (diff) | |
download | meta-fsl-arm-a0dec21d4ba14abb313488399798d564580579ab.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" | ||