Browse Source

visionfive2: linux-starfive-dev: Update SRCREV for Linux kernel
This update can resolve pinkish screen and load GPU firmware from initramfs

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

weiheng.cheng 1 year ago
parent
commit
96d23e8c8a
1 changed files with 10 additions and 8 deletions
  1. 10 8
      recipes-kernel/linux/linux-starfive-dev.bbappend

+ 10 - 8
recipes-kernel/linux/linux-starfive-dev.bbappend

@@ -2,9 +2,9 @@ FORK:starfive-dubhe = "starfive-tech"
 BRANCH:starfive-dubhe = "starfive-6.1-dubhe"
 SRCREV:starfive-dubhe = "0328291313ba8ad2cd6ac94df9039f2f4a365b6f"
 
-FORK:starfive-visionfive2 = "sbc"
-BRANCH:starfive-visionfive2 = "vf2-515-devel"
-SRCREV:starfive-visionfive2 = "8cdf20704e7b0774337a47793669b219262766ea"
+FORK:starfive-visionfive2 = "starfive-tech"
+BRANCH:starfive-visionfive2 = "JH7110_VisionFive2_devel"
+SRCREV:starfive-visionfive2 = "d9eee31aaec51ade1641391836c1f07dd2151a4a"
 
 LINUX_VERSION ?= "6.1.20"
 LINUX_VERSION:starfive-dubhe = "6.1.20"
@@ -13,12 +13,14 @@ 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} \
-           file://cpio.cfg \
-           "
-SRC_URI:starfive-visionfive2 = "git://git@192.168.110.45/${FORK}/linux.git;protocol=ssh;branch=${BRANCH} \
+SRC_URI:starfive-dubhe = " \
+	git://git@192.168.110.45/${FORK}/linux.git;protocol=ssh;branch=${BRANCH} \
+	file://cpio.cfg \
+	"
+SRC_URI:starfive-visionfive2 = " \
+	git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \
 	file://vf2.cfg \
-        "
+	"
 
 INITRAMFS_IMAGE_BUNDLE:starfive-dubhe = "${@oe.utils.conditional('ENABLE_INIT','1','1','',d)}"
 INITRAMFS_IMAGE:starfive-dubhe = "${@oe.utils.conditional('ENABLE_INIT','1','dubhe-image-initramfs','',d)}"