summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-01-05 20:20:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-10 18:50:22 +0100
commit6e1f5676818ba9f349c8447422f8c08bd054e84b (patch)
tree072040efde9a09c6eb2f0f26a059bf7d66ac74f6 /recipes-bsp
parentaab5b41bba6d5acb69e5ac6a046ae2f50f13ed79 (diff)
u-boot: update to latest next
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb3
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2016.11.bb4
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index 6653c30..01ef06c 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -13,7 +13,8 @@ DEFAULT_PREFERENCE_colibri-vf = "1"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
-SRCREV = "0cca0bafe5a9690c68a0ec971a520b61a09714b5"
+SRCREV = "3628691f1d5e96bdfac48bde2c2a0c37552fb51f"
+
SRCBRANCH = "2016.11-toradex-next"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
file://fw_env.config \
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
index cbf9147..d2b3cd0 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
@@ -4,7 +4,7 @@ PV = "v2016.11-v2.7b1+git${SRCPV}"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
-SRCREV = "0cca0bafe5a9690c68a0ec971a520b61a09714b5"
+SRCREV = "3628691f1d5e96bdfac48bde2c2a0c37552fb51f"
SRCBRANCH = "2016.11-toradex-next"
COMPATIBLE_MACHINE = "(mx6|mx7|vf)"
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "(mx6|mx7|vf)"
# Hack around building two U-Boot configurations, one with, one without SPL
# if using UBOOT_CONFIG to build more than one configuration, the current code in
# u-boot.inc assumes all are either with or without SPL.
-do_deploy_prepend_mx6() {
+do_compile_append_mx6() {
for config in ${UBOOT_MACHINE}; do
touch ${B}/${config}/${SPL_BINARY}
done