diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-03-13 17:43:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:17:33 +0000 |
commit | ecdca4350a27708105692b6927f356ba0917422c (patch) | |
tree | 18c51f0874c9a226c06e9d4d8e0bad4e021e8d3d /meta/recipes-bsp | |
parent | 8b44f27730d8d58923bf94dd3e06ce2cb733c974 (diff) | |
download | openembedded-core-ecdca4350a27708105692b6927f356ba0917422c.tar.gz openembedded-core-ecdca4350a27708105692b6927f356ba0917422c.tar.bz2 openembedded-core-ecdca4350a27708105692b6927f356ba0917422c.zip |
u-boot: Upgrade to v2013.01.01
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb index 6c099b1603..8ffb8f31fd 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb @@ -14,13 +14,13 @@ DEFAULT_PREFERENCE = "-1" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -# This revision corresponds to the tag "v2012.04.01" +# This revision corresponds to the tag "v2013.01.01" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" +SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" -PV = "v2012.04.01+git${SRCPV}" -PR = "r2" +PV = "v2013.01.01+git${SRCPV}" +PR = "r0" SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" |