diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-21 13:45:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-21 13:45:08 +0000 |
commit | b8d4af8ad68ef847d381259b8e8c25a998a6b88b (patch) | |
tree | 554642dd54314f1cebb53001652bc97840718ac5 /packages/u-boot | |
parent | ac78e1a06bcc2517a849fa43568e82bbda903fe4 (diff) |
u-boot-openmoko svn update the blessed GIT rev
Diffstat (limited to 'packages/u-boot')
-rw-r--r-- | packages/u-boot/u-boot-openmoko_svn.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/u-boot/u-boot-openmoko_svn.bb b/packages/u-boot/u-boot-openmoko_svn.bb index 3ec97f2a77..ca21f54f8a 100644 --- a/packages/u-boot/u-boot-openmoko_svn.bb +++ b/packages/u-boot/u-boot-openmoko_svn.bb @@ -14,8 +14,11 @@ UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v1 gta02v2 gta02v3 gta02v4" DEFAULT_PREFERENCE = "-1" +BLESSED_GIT_REV = "928d1d77f8623c120d8763e20e1ca58df9c5c4c6" + SRC_URI = "\ - git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream;tag=3afac79ec27b91df185f090b31dad9620779f440 \ + +git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream;tag=${BLESSED_GIT_REV} \ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \ file://uboot-eabi-fix-HACK.patch;patch=1;maxrev=3773 \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ |