Browse Source

linux: Change SRC_URI to external

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>
weiheng.cheng 1 month ago
parent
commit
c9f5fc3492
1 changed files with 2 additions and 2 deletions
  1. 2 2
      recipes-kernel/linux/linux-starfive-dev_6.1.bb

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

@@ -25,12 +25,12 @@ 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 \
         "
 
 SRC_URI:starfive-jh8100 = "\
-	git://git@192.168.110.45/${FORK}/linux.git;protocol=ssh;branch=${BRANCH} \
+	git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \
 	"
 
 INITRAMFS_IMAGE_BUNDLE:starfive-dubhe = "1"