summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-11-18 11:18:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:31:30 +0000
commit595f36bea841321e4e670ed22765aa37e7bf2c66 (patch)
tree9daafb0adc701d004c69d4b604df1353881f2630 /meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
parenta4d976cb20770346ee2c8e9ac63ace5295afbc97 (diff)
downloadpoky-595f36bea841321e4e670ed22765aa37e7bf2c66.tar.gz
u-boot: Update to v2016.11 release
Upgrade U-Boot to the latest version. (From OE-Core rev: 34f1d3824fd45cd0bb28b3cbc33907cfd885f841) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Denys Dmytriyenko <denis@denix.org> Cc: 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_2016.11.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc
new file mode 100644
index 0000000000..84adc1c56a
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.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 = "29e0cfb4f77f7aa369136302cee14a91e22dca71"
11
12SRC_URI = "git://git.denx.de/u-boot.git"
13
14S = "${WORKDIR}/git"