diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-29 11:06:01 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-03-30 19:57:41 +0200 |
commit | 97adaab6d0b993cf937144db7b2f722d762b1527 (patch) | |
tree | 4488153776acbf2c7b7d0621e1d2044657afc969 /recipes-bsp | |
parent | 031909e84421d93cfbb11a9a68f3ecd38ece1ea0 (diff) |
u-boot tegra: update to latest -next
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index faaa225..ce5de88 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -14,8 +14,8 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" # This revision is based on upstream "v2015.04" -SRCREV = "b66337d357cca761bf8627acbb1ec991f425f0b4" -SRCBRANCH = "2015.04-toradex" +SRCREV = "119db1915caf1bfa42ae9e6d331d693c8585a5f4" +SRCBRANCH = "2015.04-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_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index 2e709cf..886d6a9 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -15,8 +15,8 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" # This revision is based on upstream "v2015.04" -SRCREV = "b66337d357cca761bf8627acbb1ec991f425f0b4" -SRCBRANCH = "2015.04-toradex" +SRCREV = "119db1915caf1bfa42ae9e6d331d693c8585a5f4" +SRCBRANCH = "2015.04-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" PV = "${PR}+gitr${SRCREV}" |