From 49ec5bae8a2f46dfe71c9b452637d4ffcbec3a93 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 4 Sep 2016 12:50:01 +0200 Subject: u-boot: Update to 2016.09.01 release Upgrade U-Boot to the latest version. (From OE-Core rev: 7f5f8bec25bc05acb7b6584e41e1067107b216dc) Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Denys Dmytriyenko Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc (limited to 'meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc') 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" -- cgit v1.2.3-54-g00ecf