[oe-commits] Andreas Müller : overo: u-boot fix by moving to version 2011.03

git version control git at git.openembedded.org
Tue May 10 07:23:19 UTC 2011


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

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Tue May 10 04:59:07 2011 +0000

overo: u-boot fix by moving to version 2011.03

The old git version did not start up from SDCard.

Tests:
* Set default variable environment
* Save variable environment
* Boot kernel from MMC and NAND

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/u-boot/u-boot_2011.03.bb |    1 +
 recipes/u-boot/u-boot_git.bb     |    5 -----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb
index 8ab385f..ac609cd 100644
--- a/recipes/u-boot/u-boot_2011.03.bb
+++ b/recipes/u-boot/u-boot_2011.03.bb
@@ -2,6 +2,7 @@ PR = "r0"
 require u-boot.inc
 
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_overo = "1"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
 SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 2cf5b12..d7c4f6a 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -197,11 +197,6 @@ do_compile_omapzoom36x () {
         oe_runmake tools
 }
 
-SRC_URI_overo = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
-"
-SRCREV_overo = "261733408a27d14590cf3ec6b596461808050e32"
-PV_overo = "2010.12+${PR}+gitr${SRCREV}"
-
 SRC_URI_omap4430-panda = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
                           file://fix-break-caused-by-new-binutils.patch \
                          "





More information about the Openembedded-commits mailing list