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 22:57:59 +0000 |
commit | 15130f7bad0f0a1894c34bbb34a547722552c69e (patch) | |
tree | f2ffcf54c20e253756ba35c4652fcbfc77712b3d /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | c2450e4fd01487aaf5bb37a4c70a5397650ba5f8 (diff) | |
download | openembedded-core-15130f7bad0f0a1894c34bbb34a547722552c69e.tar.gz openembedded-core-15130f7bad0f0a1894c34bbb34a547722552c69e.tar.bz2 openembedded-core-15130f7bad0f0a1894c34bbb34a547722552c69e.zip |
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.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 5 |
1 files changed, 2 insertions, 3 deletions
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" 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" |