diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-07-15 14:07:30 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 12:36:35 +0100 |
commit | b322e1b1cb4cd4d4cc53f868b53ca9b069772755 (patch) | |
tree | cd492cb2f58b682c7d680a21048be297f45dcd93 | |
parent | 8aaf09a916a2f66f1a6a79cbddf45390ecefde4f (diff) | |
download | openembedded-core-b322e1b1cb4cd4d4cc53f868b53ca9b069772755.tar.gz openembedded-core-b322e1b1cb4cd4d4cc53f868b53ca9b069772755.tar.bz2 openembedded-core-b322e1b1cb4cd4d4cc53f868b53ca9b069772755.zip |
u-boot: Upgrade to 2017.07 release
This patch upgrades the U-Boot to the 2017.07 release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc (renamed from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb (renamed from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb (renamed from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2017.07.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2017.05.bb) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc index 0e52f27df8..f27989daa1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc @@ -7,7 +7,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda" +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943" SRC_URI = "git://git.denx.de/u-boot.git \ file://MPC8315ERDB-enable-DHCP.patch \ diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb index c2e8f0fb84..c2e8f0fb84 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb index f1fc564492..f1fc564492 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot_2017.07.bb index 37c21dcaa3..37c21dcaa3 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2017.05.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2017.07.bb |