mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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 <marex@denx.de> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f46e54c7c9
commit
49ec5bae8a
+3
-5
@@ -3,14 +3,12 @@ SECTION = "bootloaders"
|
|||||||
|
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
||||||
|
PE = "1"
|
||||||
|
|
||||||
# This revision corresponds to the tag "v2016.03"
|
|
||||||
# We use the revision in order to avoid having to fetch it from the
|
# We use the revision in order to avoid having to fetch it from the
|
||||||
# repo during parse
|
# repo during parse
|
||||||
SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
|
SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9"
|
||||||
|
|
||||||
PV = "v2016.03+git${SRCPV}"
|
SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y"
|
||||||
|
|
||||||
SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
Reference in New Issue
Block a user