diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-05-17 11:30:03 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-19 13:10:11 -0700 |
commit | 53b15f2732cef26473ff651f86da3e4808616989 (patch) | |
tree | 207bd8fcb19453bac75f6c5fbf8f6b8f3721bde2 | |
parent | 1b159ff35d9f484e72afb8b19a9e69a2770d8379 (diff) | |
download | poky-53b15f2732cef26473ff651f86da3e4808616989.tar.gz |
u-boot: update SRCREV to 2011.03
Fixes [YOCTO 1029]
u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit
55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during
development, as the MD5SUM change is from the 2011.03 SRCREV back to the
2010.12. Chances are a patch was never sent to update the SRCREV, leaving the
MD5SUM in a bad state.
Update the SRCREV and COPYING MD5SUM to use the 2011.03 version. Built
and tested on Beagleboard xM Rev A and Beagleboard Rev C4.
(From OE-Core rev: 68d301e950c06eda8c8a73db1ed299c45dee7b9f)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Tested-by: Jeff Osier-Mixon <jefro@jefro.net>
Cc: Jeff Osier-Mixon <jefro@jefro.net>
Cc: Yi Zhao <yi.zhao@windriver.com>
Cc: Robert Berger <pokylinux@reliableembeddedsystems.com>
Cc: Gary Thomas <gary@mlbassoc.com>
Merged Richard's removal of PR from PV
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb index c611379c36..4c8f5df597 100644 --- a/meta/recipes-bsp/uboot/u-boot_git.bb +++ b/meta/recipes-bsp/uboot/u-boot_git.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | require u-boot.inc | 1 | require u-boot.inc |
2 | 2 | ||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ |
5 | file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" | 5 | file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" |
6 | 6 | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" | 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" |
8 | 8 | ||
9 | PV = "v2010.12+${PR}+git${SRCPV}" | 9 | SRCREV = "v2011.03" |
10 | PR="r2" | 10 | PV = "v2011.03+git${SRCPV}" |
11 | PR="r3" | ||
11 | 12 | ||
12 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" | 13 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" |
13 | 14 | ||