From 1f08b06381c96910f4f09aaa82140a9b078a9699 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Mon, 16 Sep 2019 10:54:12 +0200 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb index 83d1d70..82d39ea 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb @@ -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" # Should be updated when a new U-Boot Version is available -SRCREV ?= "5c5c0b98fe" +SRCREV ?= "5c5c0b98fea0e9514d56de05c2033440608a53ef" PV = "v2016.05+git${SRCPV}" SPL_BINARY = "MLO"