aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uboot
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2007-08-28 23:18:28 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2007-08-28 23:18:28 +0000
commitff4e945995f423443281808a201f6a1697d88e13 (patch)
treeb94ef39ddf2613d4814d79fc705177102af53e00 /packages/uboot
parent1ff4183253e0f026e686105b5aa3de3d93f14732 (diff)
downloadopenembedded-ff4e945995f423443281808a201f6a1697d88e13.tar.gz
uboot-openmoko_svn.bb: Update to actual u-boot HEAD, adjust path to newest OM
patches and add gta02v2 to the machines.
Diffstat (limited to 'packages/uboot')
-rw-r--r--packages/uboot/uboot-openmoko_svn.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_svn.bb
index c14c523ac0..e33f560b53 100644
--- a/packages/uboot/uboot-openmoko_svn.bb
+++ b/packages/uboot/uboot-openmoko_svn.bb
@@ -4,22 +4,22 @@ LICENSE = "GPL"
SECTION = "bootloader"
PRIORITY = "optional"
-UBOOT_UPSTREAM_REV = "8993e54b6f397973794f3d6f47d3b3c0c98dd4f6"
+UBOOT_UPSTREAM_REV = "3e66c078003607a7d1d214c15a5f262bc1b4032f"
PV = "1.2.0+git${UBOOT_UPSTREAM_REV}+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
PROVIDES = "virtual/bootloader"
S = "${WORKDIR}/git"
SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=${UBOOT_UPSTREAM_REV} \
- svn://svn.openmoko.org/branches/u-boot/pre-20070822;module=patches;proto=http \
+ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
file://uboot-eabi-fix-HACK.patch \
file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
"
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
TARGET_LDFLAGS = ""
-UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1"
+UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1 gta02v2"
do_quilt() {
mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av