[oe-commits] Koen Kooi : u-boot git: update omap3 srcrevs, groups srcrevs, pv and machine to make this mess a bit easier to understand

GIT User account git at amethyst.openembedded.net
Wed Nov 19 09:42:36 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 642a54762f26187fd124fb866a2ee6954ccd57b6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=642a54762f26187fd124fb866a2ee6954ccd57b6

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 19 10:41:16 2008 +0100

u-boot git: update omap3 srcrevs, groups srcrevs, pv and machine to make this mess a bit easier to understand

---

 packages/u-boot/u-boot_git.bb |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb
index 7a7d5be..4fc6b80 100644
--- a/packages/u-boot/u-boot_git.bb
+++ b/packages/u-boot/u-boot_git.bb
@@ -1,26 +1,31 @@
 require u-boot.inc
-PR ="r18"
+PR ="r19"
 
+SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
 SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
 SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
-SRCREV_beagleboard = "fb479d0418bc7c15d63a131beedbc6f1970fc295"
-SRCREV_omap3evm = "9c1c36409b2cb4e81aab0bd9d0a69c68f4475aae"
-SRCREV_neuros-osd2 = "df6de5f4ff79dc43ba2a79a3afa975d22ec273b5"
 SRCREV_akita = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee"
 SRCREV_spitz = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee"
 SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee"
 
+SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" 
+SRCREV_beagleboard = "1e329ec630b31803ee191d2ee335214662b5bfea"
+PV_beagleboard = "2008.10+${PR}+gitr${SRCREV}"
 UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
+
+SRC_URI_omap3evm = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" 
+SRCREV_omap3evm = "1e329ec630b31803ee191d2ee335214662b5bfea"
+PV_omap3evm = "2008.10+${PR}+gitr${SRCREV}"
 UBOOT_MACHINE_omap3evm = "omap3_evm_config"
-UBOOT_MACHINE_overo = "omap3_overo_config"
+
+SRC_URI_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros"
+SRCREV_neuros-osd2 = "df6de5f4ff79dc43ba2a79a3afa975d22ec273b5"
+
+SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git"
+SRCREV_sequoa = "cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
 SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
-SRC_URI_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros"
-SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
-                       file://beagle-600MHz.diff;patch=1 \
-		       file://mru-256.diff;patch=1 \
-		       "
 
 SRC_URI_neuros-osd2 += "file://Makefile-fix.patch;patch=1"
 SRC_URI_append_akita = "file://pdaXrom-u-boot.patch;patch=1 \





More information about the Openembedded-commits mailing list