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:
Romain Perier 2017-05-13 17:33:03 +02:00 committed by Trevor Woerner
parent d5566d1ad7
commit fc7fb633ed

View File

@ -16,6 +16,7 @@ SRC_URI = " \
file://binutils-2.28-ld-fix.patch \
"
SRCREV = "${AUTOREV}"
PV = "v2017.05+git${SRCPV}"
S = "${WORKDIR}/git"
do_compile_append () {