]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: Upgrade to 2016.03 release
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 18 Mar 2016 18:39:34 +0000 (15:39 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:59 +0000 (22:57 +0000)
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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb [moved from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.01.bb with 86% similarity]
meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb [moved from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.01.bb with 75% similarity]
meta/recipes-bsp/u-boot/u-boot.inc
meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch [deleted file]
meta/recipes-bsp/u-boot/u-boot_2016.03.bb [moved from meta/recipes-bsp/u-boot/u-boot_2016.01.bb with 50% similarity]

similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb
index 30b7c7a980fb01cce164b4b8f6c138807dbf6dd0..dfda5c1d307d5a679b275742c8ead6c644885d84 100644 (file)
@@ -1,15 +1,15 @@
 SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
 SECTION = "bootloader"
 DEPENDS = "mtd-utils"
 
-# This revision corresponds to the tag "v2016.01"
+# 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 = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
+SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
 
-PV = "v2016.01+git${SRCPV}"
+PV = "v2016.03+git${SRCPV}"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
 
similarity index 75%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb
index 5d163a8af4bca8b69fd64c09ed5eac3ccf547c5e..d5921a0443da67f71b83092964746ba0e3e4a1bd 100644 (file)
@@ -1,16 +1,16 @@
 SUMMARY = "U-Boot bootloader image creation tool"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
 SECTION = "bootloader"
 
 DEPENDS = "openssl"
 
-# This revision corresponds to the tag "v2016.01"
+# 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 = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
+SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
 
-PV = "v2016.01+git${SRCPV}"
+PV = "v2016.03+git${SRCPV}"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
 
index ac8f338bd86bccbc726424eef7bfe102c57464ba..48be71d2efc76e4870a96ee27345f04af965fe1b 100644 (file)
@@ -4,10 +4,9 @@ SECTION = "bootloaders"
 PROVIDES = "virtual/bootloader"
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
 
-SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
-           file://0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch"
+SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
 
 S = "${WORKDIR}/git"
 
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 (file)
index 70c87c4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7205442e621db54ea06c3bca2d793e1ae2214f9c Mon Sep 17 00:00:00 2001
-From: Tom Rini <trini@konsulko.com>
-Date: Thu, 10 Dec 2015 16:46:01 -0500
-Subject: [PATCH] am335x_evm.h: unsed CONFIG_BOOTDELAY
-
-Now that ti_armv7_common.h uses config_distro_defaults.h we don't need
-to include it again and then undef CONFIG_BOOTDELAY
-
-Signed-off-by: Tom Rini <trini@konsulko.com>
-
-Upstream-Status: Backport
-
----
- include/configs/am335x_evm.h | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
-index c51db8c..cf6a606 100644
---- a/include/configs/am335x_evm.h
-+++ b/include/configs/am335x_evm.h
-@@ -18,10 +18,6 @@
-
- #include <configs/ti_am335x_common.h>
-
--/* Don't override the distro default bootdelay */
--#undef CONFIG_BOOTDELAY
--#include <config_distro_defaults.h>
--
- #ifndef CONFIG_SPL_BUILD
- #ifndef CONFIG_FIT
- # define CONFIG_FIT
---
-2.7.0
-
similarity index 50%
rename from meta/recipes-bsp/u-boot/u-boot_2016.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2016.03.bb
index d5c11811f481996878dadcec6781c2c57c2b1101..836b0ce03e1c01a66e7cbf3194d7b58d451d4212 100644 (file)
@@ -2,9 +2,9 @@ require u-boot.inc
 
 DEPENDS += "dtc-native"
 
-# This revision corresponds to the tag "v2016.01"
+# 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 = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
+SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
 
-PV = "v2016.01+git${SRCPV}"
+PV = "v2016.03+git${SRCPV}"