From 36f8729b25f6abcbc5ce46e22466a7a641979ddc Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Wed, 23 May 2018 10:47:46 +0200 Subject: [PATCH] u-boot nrhw18-v1: switch from github to git.netmodule with newest commit add missing dependency Signed-off-by: Ramon Moesching --- recipes-bsp/u-boot/u-boot-armada-nrhw18-v1_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}"