diff options
| author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-30 02:30:16 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:22 -0300 |
| commit | f9fdc597d1c2e06846fc6381e054481ff885aeaa (patch) | |
| tree | 754ce01a2cb3c89961bda72d7b8af9af402c6262 | |
| parent | 5f8302a3f40d9f8a3e38b9a5c38965604492b423 (diff) | |
| download | meta-freescale-f9fdc597d1c2e06846fc6381e054481ff885aeaa.tar.gz | |
barebox: update to 2015.10
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>
| -rw-r--r-- | recipes-bsp/barebox/barebox.inc | 2 | ||||
| -rw-r--r-- | recipes-bsp/barebox/barebox_2015.10.0.bb (renamed from recipes-bsp/barebox/barebox_2013.08.0.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc index 0d5c127b2..172e74889 100644 --- a/recipes-bsp/barebox/barebox.inc +++ b/recipes-bsp/barebox/barebox.inc | |||
| @@ -54,7 +54,7 @@ do_deploy[dirs] = "${S}" | |||
| 54 | addtask deploy before do_build after do_compile | 54 | addtask deploy before do_build after do_compile |
| 55 | 55 | ||
| 56 | do_env_deploy() { | 56 | do_env_deploy() { |
| 57 | install ${S}/common/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN} | 57 | install ${S}/defaultenv/barebox_default_env ${DEPLOY_DIR_IMAGE}/${BAREBOXENV_BIN} |
| 58 | 58 | ||
| 59 | cd ${DEPLOY_DIR_IMAGE} | 59 | cd ${DEPLOY_DIR_IMAGE} |
| 60 | rm -f ${BAREBOXENV_SYMLINK} | 60 | rm -f ${BAREBOXENV_SYMLINK} |
diff --git a/recipes-bsp/barebox/barebox_2013.08.0.bb b/recipes-bsp/barebox/barebox_2015.10.0.bb index e4e371799..3efc290ef 100644 --- a/recipes-bsp/barebox/barebox_2013.08.0.bb +++ b/recipes-bsp/barebox/barebox_2015.10.0.bb | |||
| @@ -3,7 +3,7 @@ require recipes-bsp/barebox/barebox.inc | |||
| 3 | SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ | 3 | SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ |
| 4 | file://defconfig" | 4 | file://defconfig" |
| 5 | 5 | ||
| 6 | SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c" | 6 | SRC_URI[md5sum] = "50b787db3f91bebd5ed646e80a05caab" |
| 7 | SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c295c1620" | 7 | SRC_URI[sha256sum] = "8353042fe27a30a01a00fe1e1f4a34f292a291027b9637d3ea8f305387407880" |
| 8 | 8 | ||
| 9 | COMPATIBLE_MACHINE = "Invalid!" | 9 | COMPATIBLE_MACHINE = "Invalid!" |
