diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 15:11:40 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 15:11:40 +0000 |
commit | 40022501ff057bc01f501596adfc866d30f86363 (patch) | |
tree | 9f5c6fe4153d45955da7a2bda77d9c36c2671f0f /packages/u-boot | |
parent | 75129f16bca784f923b7c65ae75c2b7d36034357 (diff) |
u-boot-openmoko_1.3.1+git+svn.bb: change SRCREV_FORMAT and PV
* now AUTOREV will only get the latest svn
* change PV format so alpha order by svn
applied changes from 276bef1b16040a63e45a2e1f8c2ffaa589a424f2
through 24739fd87914c74844255e3bb065d9496c3a5b5a
Diffstat (limited to 'packages/u-boot')
-rw-r--r-- | packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb index 7e1bbc64e8..502a62b6ea 100644 --- a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb +++ b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb @@ -6,9 +6,9 @@ PRIORITY = "optional" UBOOT_UPSTREAM_REV = "b29661fc1151077776454288051bc9a488351ce8" UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v2 gta02v3 gta02v4 gta02v5" -SRCREV_FORMAT = "+gitupstream+svnpatchset" +SRCREV_FORMAT = "patchset" -PV = "1.3.1${SRCREV}" +PV = "1.3.1+svnr${SRCREV}+git${UBOOT_UPSTREAM_REV}" PR = "r3" PROVIDES = "virtual/bootloader" @@ -18,8 +18,6 @@ SRC_URI = "\ git://www.denx.de/git/u-boot.git;protocol=git;tag=${UBOOT_UPSTREAM_REV};name=upstream \ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patchset \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ -# file://makefile-no-dirafter.patch;patch=1 \ -# file://fix-data-abort-from-sd-ombug799.patch;patch=1 \ " EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" |