[meta-freescale] [meta-fsl-arm][PATCH] barebox: update to 2015.10

Alexandre Belloni alexandre.belloni at free-electrons.com
Sun Nov 29 17:30:16 PST 2015


2013.08 doesn't compile anymore because of the switch to gcc 5.2

Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
---
 recipes-bsp/barebox/barebox.inc          | 2 +-
 recipes-bsp/barebox/barebox_2013.08.0.bb | 9 ---------
 recipes-bsp/barebox/barebox_2015.10.0.bb | 9 +++++++++
 3 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 recipes-bsp/barebox/barebox_2013.08.0.bb
 create mode 100644 recipes-bsp/barebox/barebox_2015.10.0.bb

diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc
index 0d5c127..172e748 100644
--- a/recipes-bsp/barebox/barebox.inc
+++ b/recipes-bsp/barebox/barebox.inc
@@ -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}
diff --git a/recipes-bsp/barebox/barebox_2013.08.0.bb b/recipes-bsp/barebox/barebox_2013.08.0.bb
deleted file mode 100644
index e4e3717..0000000
--- a/recipes-bsp/barebox/barebox_2013.08.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-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"
-
-COMPATIBLE_MACHINE = "Invalid!"
diff --git a/recipes-bsp/barebox/barebox_2015.10.0.bb b/recipes-bsp/barebox/barebox_2015.10.0.bb
new file mode 100644
index 0000000..3efc290
--- /dev/null
+++ b/recipes-bsp/barebox/barebox_2015.10.0.bb
@@ -0,0 +1,9 @@
+require recipes-bsp/barebox/barebox.inc
+
+SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
+           file://defconfig"
+
+SRC_URI[md5sum] = "50b787db3f91bebd5ed646e80a05caab"
+SRC_URI[sha256sum] = "8353042fe27a30a01a00fe1e1f4a34f292a291027b9637d3ea8f305387407880"
+
+COMPATIBLE_MACHINE = "Invalid!"
-- 
1.9.1



More information about the meta-freescale mailing list