]> code.ossystems Code Review - meta-freescale.git/commitdiff
barebox: Add a recipe to support mainline 2013.08.0
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 26 Aug 2013 16:58:20 +0000 (16:58 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 29 Aug 2013 19:14:22 +0000 (16:14 -0300)
Change-Id: If835efe9bc3d09212a3132d06cafc03aaa3e5989
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
meta-fsl-arm/recipes-bsp/barebox/barebox.inc
meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb [new file with mode: 0644]

index 00595cc7ddc13703c841dd6b61e346bbaaf82b0b..0d5c127b24ff8302f395c6691d105d7e51dbae8c 100644 (file)
@@ -54,7 +54,7 @@ do_deploy[dirs] = "${S}"
 addtask deploy before do_build after do_compile
 
 do_env_deploy() {
-       install ${S}/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN}
+       install ${S}/common/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN}
 
        cd ${DEPLOY_DIR_IMAGE}
        rm -f ${BAREBOXENV_SYMLINK}
diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb b/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb
new file mode 100644 (file)
index 0000000..ed856bc
--- /dev/null
@@ -0,0 +1,8 @@
+require recipes-bsp/barebox/barebox.inc
+
+SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
+           file://defconfig"
+
+SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c"
+SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c295c1620"
+