aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-09-04 12:50:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:26:14 +0000
commit7f5f8bec25bc05acb7b6584e41e1067107b216dc (patch)
treef202443fd07ef51a84d535b1fe7af5b2a25ce8ca /meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc
parentc4d276f9f639a1a534789de12a4783ae931e6aa4 (diff)
downloadopenembedded-core-contrib-7f5f8bec25bc05acb7b6584e41e1067107b216dc.tar.gz
u-boot: Update to 2016.09.01 release
Upgrade U-Boot to the latest version. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc
new file mode 100644
index 0000000000..f706a6bdc4
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc
@@ -0,0 +1,14 @@
+HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
+SECTION = "bootloaders"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
+PE = "1"
+
+# We use the revision in order to avoid having to fetch it from the
+# repo during parse
+SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9"
+
+SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y"
+
+S = "${WORKDIR}/git"