u-boot nrhw18-v1: switch from github to git.netmodule with newest commit

add missing dependency

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-05-23 10:47:46 +02:00
parent 89d593eaf9
commit 36f8729b25
1 changed files with 4 additions and 2 deletions

View File

@ -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}"