summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-05-24 22:44:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-09 17:12:13 +0100
commite85889c0872ad8fb44aad28a06039bbde9dbca0b (patch)
tree84b831b9696ce372847293ed88628098795d4cd4 /meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
parent4a7612c7a12b9a381fb8343ba9586272b889fc15 (diff)
downloadpoky-e85889c0872ad8fb44aad28a06039bbde9dbca0b.tar.gz
u-boot: Update to 2017.05 release
Upgrade U-Boot to the latest version. Since the latest version has the default gcc patch in it, drop it. (From OE-Core rev: 241cd21f70a537d23147a7e7b367bfc49fda1ac5) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Denys Dmytriyenko <denis@denix.org> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> 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.05.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc14
1 files changed, 14 insertions, 0 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.05.inc
new file mode 100644
index 0000000000..3719aee52d
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
@@ -0,0 +1,14 @@
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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
11
12SRC_URI = "git://git.denx.de/u-boot.git"
13
14S = "${WORKDIR}/git"