Browse Source

dubhe: Update Repo for meta-starfive

Updated repo link of OpenSBI, Linux kernel and meta-starfive to their
corresponding Github repo.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 years ago
parent
commit
e6afb6e927

+ 1 - 1
recipes-bsp/opensbi/opensbi_0.9.bbappend

@@ -1,4 +1,4 @@
-SRC_URI = "git://git@192.168.110.45/starfive-tech/opensbi.git;protocol=ssh;branch=starfive-dubhe"
+SRC_URI = "git://github.com/starfive-tech/opensbi.git;protocol=git;branch=starfive-dubhe"
 SRCREV = "4ad25b455be55b31f38404e82225e6d757704e26"
 
 INSANE_SKIP_${PN}-dev = "ldflags"

+ 2 - 2
recipes-kernel/linux/linux-starfive-dev.bbappend

@@ -1,12 +1,12 @@
 FORK = "starfive-tech"
-BRANCH = "starfive-5.13-dev"
+BRANCH = "starfive-5.13"
 
 LINUX_VERSION ?= "5.13.0"
 LINUX_VERSION_EXTENSION_append = "-starlight"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
-SRC_URI = "git://git@192.168.110.45/starfive-tech/linux;protocol=ssh;branch=${BRANCH}"
+SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=git;branch=${BRANCH}"
 
 INITRAMFS_IMAGE_BUNDLE = "1"
 

+ 1 - 1
tools/manifests/starfive.xml

@@ -4,7 +4,7 @@
   <remote name="openembedded" fetch="git://github.com/openembedded/" />
   <remote name="riscv" fetch="git://github.com/riscv/" />
   <default remote="openembedded" revision="master" />
-  <remote name="starfive" fetch="ssh://git@192.168.110.45/starfive-tech" />
+  <remote name="starfive" fetch="git://github.com/starfive-tech" />
 
   <project name="meta-riscv" remote="riscv" path="meta-riscv" revision="hardknott" />
   <project name="openembedded-core" remote="openembedded" path="openembedded-core" revision="hardknott" />