Browse Source

dubhe: Change SRC_URI to Github
Change SRC_URI to external source for OpenSBI, U-Boot and Linux.

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng 6 months ago
parent
commit
5d0826ebb9

+ 5 - 1
recipes-bsp/opensbi/opensbi_1.2.bb

@@ -16,7 +16,11 @@ FORK:starfive-jh8100 = "starfive-tech"
 BRANCH:starfive-jh8100 = "fpga-starfive-v1.2-jh8100"
 SRCREV:starfive-jh8100 = "06c3d05b7f5f1e0aa24141e4de487313b620cea9"
 
-SRC_URI = "\
+SRC_URI:starfive-dubhe = "\
+	git://github.com/${FORK}/opensbi.git;protocol=https;branch=${BRANCH} \
+	"
+
+SRC_URI:starfive-jh8100 = "\
 	git://git@192.168.110.45/${FORK}/opensbi.git;protocol=ssh;branch=${BRANCH} \
 	"
 

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

@@ -22,7 +22,7 @@ BRANCH:starfive-jh8100 = "jh8100_fpga_dev_v2023.01_bmc"
 SRCREV:starfive-jh8100 = "163e8d28c905711d76cbd5d78dafbd6e24b3f21d"
 
 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} \
 	"
 
 SRC_URI:starfive-visionfive2 = "\

+ 1 - 1
recipes-kernel/linux/linux-starfive-dev_6.1.20.bb

@@ -25,7 +25,7 @@ LINUX_VERSION_EXTENSTION:append:starfive-dubhe = "-starlight"
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 
 SRC_URI:starfive-dubhe = " \
-        git://git@192.168.110.45/${FORK}/linux.git;protocol=ssh;branch=${BRANCH} \
+        git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \
         file://cpio.cfg \
         "