summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-07-15 14:07:30 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-21 22:51:37 +0100
commitd2990a2da61b6a6078728cfa3715b3f4144398f7 (patch)
treef7f0ce66260dc717056e919ee3f1f67779d4ab9b /meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
parent17d181f0590b37df2ca5ee2ff1ab6db343b62f33 (diff)
downloadpoky-d2990a2da61b6a6078728cfa3715b3f4144398f7.tar.gz
u-boot: Upgrade to 2017.07 release
This patch upgrades the U-Boot to the 2017.07 release. (From OE-Core rev: b322e1b1cb4cd4d4cc53f868b53ca9b069772755) 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>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
new file mode 100644
index 0000000000..f27989daa1
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
@@ -0,0 +1,16 @@
1HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
2SECTION = "bootloaders"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
6PE = "1"
7
8# We use the revision in order to avoid having to fetch it from the
9# repo during parse
10SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
11
12SRC_URI = "git://git.denx.de/u-boot.git \
13 file://MPC8315ERDB-enable-DHCP.patch \
14"
15
16S = "${WORKDIR}/git"