diff options
author | Marek Vasut <marex@denx.de> | 2016-09-04 12:50:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:26:14 +0000 |
commit | 7f5f8bec25bc05acb7b6584e41e1067107b216dc (patch) | |
tree | f202443fd07ef51a84d535b1fe7af5b2a25ce8ca /meta/recipes-bsp | |
parent | c4d276f9f639a1a534789de12a4783ae931e6aa4 (diff) | |
download | openembedded-core-contrib-7f5f8bec25bc05acb7b6584e41e1067107b216dc.tar.gz |
u-boot: Update to 2016.09.01 release
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc (renamed from meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc) | 8 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb (renamed from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb (renamed from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2016.03.bb) | 0 |
4 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc index 403e31618b9..f706a6bdc41 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc @@ -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" diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb index f56862cb279..f56862cb279 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb index 5025961f912..5025961f912 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb index dabe709df0e..dabe709df0e 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2016.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb |