diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-07 11:01:04 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-07 11:01:04 +0100 |
commit | eca5576b3ddefb530a077d459fe3adc8b104d343 (patch) | |
tree | bd34b8cd3eee58c270d7df6f0af9c55ab5231260 /packages | |
parent | f9c6ab0d6501585894ef64784f8c9770daeb7521 (diff) |
u-boot-openmoko: bump stable version, remove unstable version since u-boot-openmoko has been deprecated.
Further development will went into the Qi bootloader.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/u-boot/u-boot-openmoko-devel_git.bb | 8 | ||||
-rw-r--r-- | packages/u-boot/u-boot-openmoko.inc | 4 |
2 files changed, 1 insertions, 11 deletions
diff --git a/packages/u-boot/u-boot-openmoko-devel_git.bb b/packages/u-boot/u-boot-openmoko-devel_git.bb deleted file mode 100644 index 3659241dfa..0000000000 --- a/packages/u-boot/u-boot-openmoko-devel_git.bb +++ /dev/null @@ -1,8 +0,0 @@ -require u-boot-openmoko.inc - -SRC_URI = "\ - git://git.openmoko.org/git/u-boot.git;protocol=git;branch=andy \ - file://makefile-no-dirafter.patch;patch=1 \ -" -S = "${WORKDIR}/git" - diff --git a/packages/u-boot/u-boot-openmoko.inc b/packages/u-boot/u-boot-openmoko.inc index c25afd38f6..2238d3662a 100644 --- a/packages/u-boot/u-boot-openmoko.inc +++ b/packages/u-boot/u-boot-openmoko.inc @@ -6,12 +6,10 @@ PRIORITY = "optional" PROVIDES = "virtual/bootloader" LOCALVERSION = "+gitr${SRCREV}" PV = "1.3.1${LOCALVERSION}" -PR = "r0" +PR = "r1" UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v2 gta02v4 gta02v5" -DEFAULT_PREFERENCE = "-1" - EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" TARGET_LDFLAGS = "" |