diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-10-18 21:45:59 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-10-18 21:45:59 +0200 |
commit | a62f43e86c01b6ca20f7dfecf971c05981aaf73e (patch) | |
tree | 1d59e563c7b25c2b6dab5afcbf6eeefcadf7e1e3 /recipes-bsp | |
parent | 61990978ec0acf810b9b66ac4d4434cce235d5db (diff) |
u-boot: update to 16a9368a88a28252ea1daedc1df03ccc49ea5b22
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.06.bbappend | 4 |
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}" |