Browse Source

starfive-tool: Changed repo and commit

Change to starfive-tech/tools for SRC_URI for a faster fetch speed as the repo
is more minimal. This also avoid using LFS during fetch.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 6 months ago
parent
commit
cff735b14d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      recipes-bsp/starfive-tool/starfive-tool.bb

+ 2 - 2
recipes-bsp/starfive-tool/starfive-tool.bb

@@ -3,8 +3,8 @@ DESCRIPTION = "Starfive Visionfive2 Tools"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e6dc25dc2418b8831c906d43809d8336"
 
-SRC_URI = "git://git@192.168.110.45/sdk/soft_3rdpart;protocol=ssh;nobranch=1"
-SRCREV = "10f543ca35e14809a9b4e9df814b798aa4362d14"
+SRC_URI = "git://github.com/starfive-tech/tools.git;protocol=https;nobranch=1"
+SRCREV = "6067c32c4cc11749a503b0708d98d6d45022cc0c"
 
 S = "${WORKDIR}/git/spl_tool"