diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-09-05 15:38:57 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-09-05 15:38:57 +0000 |
commit | ba5151852e57ddc9216ecab8256cbfb2bd77ffa6 (patch) | |
tree | fb44088a867e40f0bb620393cea6ac02f87f6727 /packages | |
parent | 955d26d465ccb3637adf776afe7b7299e32bd11d (diff) |
uboot-openmoko_svn.bb: Use SRCREV.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uboot/uboot-openmoko_svn.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_svn.bb index 9b5dbb509b..e1575884c2 100644 --- a/packages/uboot/uboot-openmoko_svn.bb +++ b/packages/uboot/uboot-openmoko_svn.bb @@ -4,16 +4,18 @@ LICENSE = "GPL" SECTION = "bootloader" PRIORITY = "optional" PROVIDES = "virtual/bootloader" -PV = "1.2.0+git${SRCDATE}+svn${SRCDATE}" +PV = "1.2.0+git${SRCDATE}+svnr${SRCREV}" PR = "r0" +SRCREV_FORMAT = "patches" + UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1 gta02v2" DEFAULT_PREFERENCE = "-1" SRC_URI = "\ - git://www.denx.de/git/u-boot.git/;protocol=git \ - svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \ + git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream \ + svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \ file://uboot-eabi-fix-HACK.patch \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ " |