diff --git a/recipes-bsp/u-boot/u-boot-armada-nrhw18-v1_git.bb b/recipes-bsp/u-boot/u-boot-armada-nrhw18-v1_git.bb index d8c9632..8abd9dc 100644 --- a/recipes-bsp/u-boot/u-boot-armada-nrhw18-v1_git.bb +++ b/recipes-bsp/u-boot/u-boot-armada-nrhw18-v1_git.bb @@ -4,10 +4,12 @@ require u-boot-nm.inc UBOOT_MACHINE = "armada-385-nbhw18-v1_defconfig" # Be aware github/netmodule git -SRC_URI = "git://github.com/netmodule/u-boot.git;protocol=https;branch=nbhw-armada-v2017.11" +SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=nbhw-armada-v2017.11" + +DEPENDS = "bc-native" # Should be updated when a new U-Boot Version is available -SRCREV ?= "43f3c912f8f0130c75bb9daf71386fc63ed193fd" +SRCREV ?= "f665946cc415e628b237fcf846bda1debf40980b" PV = "v2017.11+git${SRCPV}"