summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 21:45:59 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 21:45:59 +0200
commitefc8dc90a747451335a520ebfaaa6235be545228 (patch)
tree599e1f39cd73343e4beb13eef6717e0ae5db8060 /recipes-bsp
parent2aa5af152990465ef1c20b4b0363dfcc04fdcd58 (diff)
u-boot: update to 16a9368a88a28252ea1daedc1df03ccc49ea5b22
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.06.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/recipes-bsp/u-boot/u-boot_2011.06.bbappend
index 9396239..d70c18c 100644
--- a/recipes-bsp/u-boot/u-boot_2011.06.bbappend
+++ b/recipes-bsp/u-boot/u-boot_2011.06.bbappend
@@ -1,6 +1,6 @@
# Extends the core u-boot recipe
# to take the u-boot sources including the colibri stuff from our git repository
-PR ="r2"
+PR ="r3"
DEPENDS += "dtc-native"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
@@ -29,7 +29,7 @@ UBOOT_MACHINE_colibri-t30 = "colibri_t30_config"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri"
-SRCREV_COLIBRI = "a1ab5236759b1cd6fae427517d44d7be90b02c07"
+SRCREV_COLIBRI = "16a9368a88a28252ea1daedc1df03ccc49ea5b22"
#####################################################################################################################
PV_colibri-t20 = "${PR}+gitr${SRCREV}"