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:31:30 +0000 |
commit | 49ec5bae8a2f46dfe71c9b452637d4ffcbec3a93 (patch) | |
tree | 9b352235326230de41ceafd2131ace2a6a205fd2 /meta | |
parent | f46e54c7c9069f8d84483e1ba4cadaa4300c3e18 (diff) | |
download | poky-49ec5bae8a2f46dfe71c9b452637d4ffcbec3a93.tar.gz |
u-boot: Update to 2016.09.01 release
Upgrade U-Boot to the latest version.
(From OE-Core rev: 7f5f8bec25bc05acb7b6584e41e1067107b216dc)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 403e31618b..f706a6bdc4 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" | |||
3 | 3 | ||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
6 | PE = "1" | ||
6 | 7 | ||
7 | # This revision corresponds to the tag "v2016.03" | ||
8 | # We use the revision in order to avoid having to fetch it from the | 8 | # We use the revision in order to avoid having to fetch it from the |
9 | # repo during parse | 9 | # repo during parse |
10 | SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" | 10 | SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" |
11 | 11 | ||
12 | PV = "v2016.03+git${SRCPV}" | 12 | SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" |
13 | |||
14 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | ||
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | 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 f56862cb27..f56862cb27 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 5025961f91..5025961f91 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 dabe709df0..dabe709df0 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2016.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb | |||