mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
u-boot-rockchip: use a correct version
The version is actually not defined. Bitbake implicitly uses "git-r0" by default. This commit defines PV to the version of u-boot that is currently present of the release branch, prefixed by the sha1 of the commit. Signed-off-by: Romain Perier <romain.perier@collabora.com> Tested-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
d5566d1ad7
commit
fc7fb633ed
|
@ -16,6 +16,7 @@ SRC_URI = " \
|
||||||
file://binutils-2.28-ld-fix.patch \
|
file://binutils-2.28-ld-fix.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
PV = "v2017.05+git${SRCPV}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_compile_append () {
|
do_compile_append () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user