Browse Source

visionfive2: visionfive2-firmware: Update soft_3rdpart
Update to the SBC tag v3.0.4, which is for DDK1.17

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

weiheng.cheng 11 months ago
parent
commit
cad3b6f0e1
1 changed files with 5 additions and 5 deletions
  1. 5 5
      recipes-bsp/common/visionfive2-firmware.inc

+ 5 - 5
recipes-bsp/common/visionfive2-firmware.inc

@@ -1,6 +1,6 @@
-VISIONFIVE2FW_DATE ?= "20230320"
-# VF2_v2.11.5
-SRC_URI += "git://github.com/starfive-tech/soft_3rdpart.git;protocol=https;lfs=1;branch=JH7110_VisionFive2_devel;rev=cd7b50cd9f9eca66c23ebd19f06a172ce0be591f"
+# VF2_v3.0.4
+BRANCH = "JH7110_VisionFive2_devel"
+SRCREV = "a8d360763d203874fefe38fad2b041b98d674743"
+FORK = "starfive-tech"
+SRC_URI += "git://github.com/${FORK}/soft_3rdpart.git;protocol=https;lfs=1;branch=${BRANCH}"
 HOMEPAGE ?= "https://github.com/starfive-tech/soft_3rdpart"
-
-PV ?= "${VISIONFIVE2FW_DATE}"