From 442fbdcd7bb28bc5d363fb6226628ca703f1b814 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 16 Apr 2019 14:29:05 +0200 Subject: [PATCH] hw20:uboot: Use autorev to get latest version of uboot --- recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb index 4db7736..f02a039 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nrhw20-v1_git.bb @@ -7,7 +7,7 @@ UBOOT_MACHINE = "am335x_nrhw20_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 ?= "88720cc579ddc712aa73a61e3426fe4bd1b8628e" +SRCREV ?= "${AUTOREV}" PV = "v2016.05+git${SRCPV}" SPL_BINARY = "MLO"