]> code.ossystems Code Review - meta-freescale.git/commitdiff
barebox: update to 2015.10
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 30 Nov 2015 01:30:16 +0000 (02:30 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:22 +0000 (15:03 -0300)
2013.08 doesn't compile anymore because of the switch to gcc 5.2

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/barebox/barebox.inc
recipes-bsp/barebox/barebox_2015.10.0.bb [moved from recipes-bsp/barebox/barebox_2013.08.0.bb with 53% similarity]

index 0d5c127b24ff8302f395c6691d105d7e51dbae8c..172e74889adcdbc509c4b97d60cc7e66109b5580 100644 (file)
@@ -54,7 +54,7 @@ do_deploy[dirs] = "${S}"
 addtask deploy before do_build after do_compile
 
 do_env_deploy() {
-       install ${S}/common/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN}
+       install ${S}/defaultenv/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN}
 
        cd ${DEPLOY_DIR_IMAGE}
        rm -f ${BAREBOXENV_SYMLINK}
similarity index 53%
rename from recipes-bsp/barebox/barebox_2013.08.0.bb
rename to recipes-bsp/barebox/barebox_2015.10.0.bb
index e4e3717994e796dcc0eb026e70c6ce27d466db6c..3efc290efa249d45e0b59a76dde103bf954465ae 100644 (file)
@@ -3,7 +3,7 @@ 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"
+SRC_URI[md5sum] = "50b787db3f91bebd5ed646e80a05caab"
+SRC_URI[sha256sum] = "8353042fe27a30a01a00fe1e1f4a34f292a291027b9637d3ea8f305387407880"
 
 COMPATIBLE_MACHINE = "Invalid!"