diff options
author | Marek Vasut <marex@denx.de> | 2016-11-18 11:18:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:30 +0000 |
commit | 595f36bea841321e4e670ed22765aa37e7bf2c66 (patch) | |
tree | 9daafb0adc701d004c69d4b604df1353881f2630 /meta/recipes-bsp/u-boot | |
parent | a4d976cb20770346ee2c8e9ac63ace5295afbc97 (diff) | |
download | poky-595f36bea841321e4e670ed22765aa37e7bf2c66.tar.gz |
u-boot: Update to v2016.11 release
Upgrade U-Boot to the latest version.
(From OE-Core rev: 34f1d3824fd45cd0bb28b3cbc33907cfd885f841)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc (renamed from meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc) | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb (renamed from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb (renamed from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2016.11.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc index f706a6bdc4..84adc1c56a 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc | |||
@@ -7,8 +7,8 @@ PE = "1" | |||
7 | 7 | ||
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 = "f3363c060497515ca8b71451cb56f3ec0abacaa9" | 10 | SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" |
11 | 11 | ||
12 | SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" | 12 | SRC_URI = "git://git.denx.de/u-boot.git" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb index f56862cb27..f56862cb27 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb index 66edae812f..66edae812f 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot_2016.11.bb index dabe709df0..dabe709df0 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2016.11.bb | |||