summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-01-19 16:21:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:05:22 +0000
commitc32720422e81f3965c57e80579892a0740453bbf (patch)
tree5c7c414fd0b01c366c3c5d83b0f22206ee946943 /meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
parent2a64701acf9ba86a4e0a5c89a77f984ce1cfc427 (diff)
downloadpoky-c32720422e81f3965c57e80579892a0740453bbf.tar.gz
u-boot: Update to 2017.01 release
Upgrade U-Boot to the latest version. (From OE-Core rev: d151d86d18127ae63be3cddde605e7953bd812d9) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Denys Dmytriyenko <denis@denix.org> 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.01.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
new file mode 100644
index 0000000000..df24c853dd
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.01.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 = "a705ebc81b7f91bbd0ef7c634284208342901149"
11
12SRC_URI = "git://git.denx.de/u-boot.git"
13
14S = "${WORKDIR}/git"