diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-06-06 19:05:07 -0700 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-30 13:28:27 +0200 |
commit | 5cab32124cf84b851fab012d3f37dc97301519f3 (patch) | |
tree | 03e670b8e3b698ca264b0d0fa4e1186440fbbded | |
parent | c88f4a61824cfd0c30de3cca8a5374a6d3d7eb2b (diff) |
u-boot, u-boot-fw-utils: update to latest
The upgrade is required to match to the latest update scripts which
deploy the kernel and device tree into static UBI volumes.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend | 6 |
2 files changed, 5 insertions, 5 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 753a1c6..7055dbb 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,8 +13,8 @@ DEFAULT_PREFERENCE_colibri-vf = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" -SRCREV = "e1a48b27907ae3f4592de43d42939a654aed9533" -SRCBRANCH = "2015.04-toradex-next" +SRCREV = "10bc451b6948e842e24799fe7fb037d335714b36" +SRCBRANCH = "2015.04-toradex" 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_2015.04.bbappend b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend index 2482ed5..a6e6f24 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend +++ b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bbappend @@ -1,6 +1,6 @@ -PV = "v2015.04-v2.6b1+git${SRCPV}" +PV = "v2015.04-v2.6b2+git${SRCPV}" -SRCREV = "e1a48b27907ae3f4592de43d42939a654aed9533" -SRCBRANCH = "2015.04-toradex-next" +SRCREV = "10bc451b6948e842e24799fe7fb037d335714b36" +SRCBRANCH = "2015.04-toradex" COMPATIBLE_MACHINE = "(mx6|mx7|vf)" |