From 257435c3cd343c9b1df2eef2f575c23f6819436b Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Tue, 5 Jun 2018 02:20:32 +0200 Subject: [PATCH] NRHW20 - use correct u-boot repository instead of fetching u-boot from github we are using now internal repository from git.netmodule.intranet. Signed-off-by: Patrick Zysset --- 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 64ca76e..16b2f70 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 @@ -4,7 +4,7 @@ require u-boot-nm.inc UBOOT_MACHINE = "am335x_nrhw20_defconfig" # Be aware github/netmodule git -SRC_URI = "git://github.com/netmodule/u-boot.git;protocol=https;branch=nrhw20-2016.04" +SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.04-am335x-nrhw" # Should be updated when a new U-Boot Version is available SRCREV ?= "297c60c69942e7d377925181b29a1f8e9515284d"