[oe] [PATCH 2/2] overo: u-boot fix by moving to version 2011.03

Andreas Mueller schnitzeltony at gmx.de
Mon May 9 20:59:07 UTC 2011


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>
---
 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 \
                          "
-- 
1.7.4.4





More information about the Openembedded-devel mailing list