Browse Source

u-boot: Change SRC_URI to external

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>
weiheng.cheng 1 month ago
parent
commit
6bfac6b933
1 changed files with 2 additions and 2 deletions
  1. 2 2
      recipes-bsp/u-boot/u-boot-starfive.bb

+ 2 - 2
recipes-bsp/u-boot/u-boot-starfive.bb

@@ -22,7 +22,7 @@ BRANCH:starfive-jh8100 = "jh8100_fpga_dev_v2023.01-bmc-30Nov"
 SRCREV:starfive-jh8100 = "c1a4c841e01fbcd3f6d5e894e726e9f50abc6938"
 
 SRC_URI:starfive-dubhe = "\
-	git://git@192.168.110.45/${FORK}/u-boot.git;protocol=ssh;branch=${BRANCH} \
+	git://github.com/${FORK}/u-boot.git;protocol=https;branch=${BRANCH} \
 	file://run_qemu_virt.dtb \
 	file://0001-include-configs-starfive-dubhe-fpga.h-Mask-ttyS0-and.patch \
 	"
@@ -37,7 +37,7 @@ SRC_URI:starfive-visionfive2 = "\
 	"
 
 SRC_URI:starfive-jh8100 = "\
-	git://git@192.168.110.45/${FORK}/u-boot.git;protocol=ssh;branch=${BRANCH} \
+	git://github.com/${FORK}/u-boot.git;protocol=https;branch=${BRANCH} \
 	file://tftp-mmc-boot.txt \
 	file://run_qemu_virt.dtb \
 	file://bootloader.bin.normal.out \