diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-03-18 15:39:34 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | 13a2a3f90d5cd75c528ffcd19d36686f952acfe6 (patch) | |
tree | d44e2b01d68ae1f2bb623399bba0ef1f39b2c3d4 | |
parent | ecf33963946bb3f1fd63d2d225cd6a92cd0a3678 (diff) | |
download | poky-13a2a3f90d5cd75c528ffcd19d36686f952acfe6.tar.gz |
u-boot: Upgrade to 2016.03 release
The 2016.03 release has been announced in March 14th. This
incorporates a lot of bug fixes and improvements which are useful for
any new embedded development.
Along with the upgrade of U-Boot and its related recipes, this patch
also drops the AM335x environment fix which has been merged into the
release.
(From OE-Core rev: 15130f7bad0f0a1894c34bbb34a547722552c69e)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.01.bb) | 8 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.01.bb) | 8 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 5 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch | 34 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2016.03.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2016.01.bb) | 6 |
5 files changed, 13 insertions, 48 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb index 30b7c7a980..dfda5c1d30 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" | 1 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | DEPENDS = "mtd-utils" | 5 | DEPENDS = "mtd-utils" |
6 | 6 | ||
7 | # This revision corresponds to the tag "v2016.01" | 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 = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930" | 10 | SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" |
11 | 11 | ||
12 | PV = "v2016.01+git${SRCPV}" | 12 | PV = "v2016.03+git${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | 14 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" |
15 | 15 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb index 5d163a8af4..d5921a0443 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | SUMMARY = "U-Boot bootloader image creation tool" | 1 | SUMMARY = "U-Boot bootloader image creation tool" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl" |
7 | 7 | ||
8 | # This revision corresponds to the tag "v2016.01" | 8 | # This revision corresponds to the tag "v2016.03" |
9 | # We use the revision in order to avoid having to fetch it from the | 9 | # We use the revision in order to avoid having to fetch it from the |
10 | # repo during parse | 10 | # repo during parse |
11 | SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930" | 11 | SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" |
12 | 12 | ||
13 | PV = "v2016.01+git${SRCPV}" | 13 | PV = "v2016.03+git${SRCPV}" |
14 | 14 | ||
15 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | 15 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" |
16 | 16 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index ac8f338bd8..48be71d2ef 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -4,10 +4,9 @@ SECTION = "bootloaders" | |||
4 | PROVIDES = "virtual/bootloader" | 4 | PROVIDES = "virtual/bootloader" |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
8 | 8 | ||
9 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ | 9 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" |
10 | file://0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch" | ||
11 | 10 | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
13 | 12 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch b/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch deleted file mode 100644 index 70c87c4cfd..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From 7205442e621db54ea06c3bca2d793e1ae2214f9c Mon Sep 17 00:00:00 2001 | ||
2 | From: Tom Rini <trini@konsulko.com> | ||
3 | Date: Thu, 10 Dec 2015 16:46:01 -0500 | ||
4 | Subject: [PATCH] am335x_evm.h: unsed CONFIG_BOOTDELAY | ||
5 | |||
6 | Now that ti_armv7_common.h uses config_distro_defaults.h we don't need | ||
7 | to include it again and then undef CONFIG_BOOTDELAY | ||
8 | |||
9 | Signed-off-by: Tom Rini <trini@konsulko.com> | ||
10 | |||
11 | Upstream-Status: Backport | ||
12 | |||
13 | --- | ||
14 | include/configs/am335x_evm.h | 4 ---- | ||
15 | 1 file changed, 4 deletions(-) | ||
16 | |||
17 | diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h | ||
18 | index c51db8c..cf6a606 100644 | ||
19 | --- a/include/configs/am335x_evm.h | ||
20 | +++ b/include/configs/am335x_evm.h | ||
21 | @@ -18,10 +18,6 @@ | ||
22 | |||
23 | #include <configs/ti_am335x_common.h> | ||
24 | |||
25 | -/* Don't override the distro default bootdelay */ | ||
26 | -#undef CONFIG_BOOTDELAY | ||
27 | -#include <config_distro_defaults.h> | ||
28 | - | ||
29 | #ifndef CONFIG_SPL_BUILD | ||
30 | #ifndef CONFIG_FIT | ||
31 | # define CONFIG_FIT | ||
32 | -- | ||
33 | 2.7.0 | ||
34 | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.01.bb b/meta/recipes-bsp/u-boot/u-boot_2016.03.bb index d5c11811f4..836b0ce03e 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2016.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2016.03.bb | |||
@@ -2,9 +2,9 @@ require u-boot.inc | |||
2 | 2 | ||
3 | DEPENDS += "dtc-native" | 3 | DEPENDS += "dtc-native" |
4 | 4 | ||
5 | # This revision corresponds to the tag "v2016.01" | 5 | # This revision corresponds to the tag "v2016.03" |
6 | # We use the revision in order to avoid having to fetch it from the | 6 | # We use the revision in order to avoid having to fetch it from the |
7 | # repo during parse | 7 | # repo during parse |
8 | SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930" | 8 | SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" |
9 | 9 | ||
10 | PV = "v2016.01+git${SRCPV}" | 10 | PV = "v2016.03+git${SRCPV}" |