u-boot-am335x-nmhw21: fix: full git commit id

SRCREV expects full revision identifier.
Only internal variable SRCPV is using shortened id for improving
usability in path an file names.

YP:
https://www.yoctoproject.org/docs/2.6/mega-manual/mega-manual.html

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2019-09-16 10:54:12 +02:00
parent 31f86005b3
commit 1f08b06381
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ UBOOT_MACHINE = "am335x_nmhw21_defconfig"
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule" SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule"
# Should be updated when a new U-Boot Version is available # Should be updated when a new U-Boot Version is available
SRCREV ?= "5c5c0b98fe" SRCREV ?= "5c5c0b98fea0e9514d56de05c2033440608a53ef"
PV = "v2016.05+git${SRCPV}" PV = "v2016.05+git${SRCPV}"
SPL_BINARY = "MLO" SPL_BINARY = "MLO"