]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: Update to 2016.09.01 release
authorMarek Vasut <marex@denx.de>
Sun, 4 Sep 2016 10:50:01 +0000 (12:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2016 10:26:14 +0000 (10:26 +0000)
Upgrade U-Boot to the latest version.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc [moved from meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc with 61% similarity]
meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb [moved from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb [moved from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb [moved from meta/recipes-bsp/u-boot/u-boot_2016.03.bb with 100% similarity]

similarity index 61%
rename from meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc
index 403e31618b91c1516355db27751d7b78075f20da..f706a6bdc41808ef3a26475bf5276d9082be9672 100644 (file)
@@ -3,14 +3,12 @@ SECTION = "bootloaders"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
+PE = "1"
 
-# This revision corresponds to the tag "v2016.03"
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
+SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9"
 
-PV = "v2016.03+git${SRCPV}"
-
-SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
+SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y"
 
 S = "${WORKDIR}/git"