Browse Source

dubhe: Update Linux version to 5.15

Updated StarFive Linux kernel version to 5.15, which supports SMP Linux.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 years ago
parent
commit
f5dc5f7b80
1 changed files with 4 additions and 4 deletions
  1. 4 4
      recipes-kernel/linux/linux-starfive-dev.bbappend

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

@@ -1,13 +1,13 @@
 FORK = "starfive-tech"
-BRANCH = "starfive-5.13"
-SRCREV = "8cb8c83456bff1938d95b88de4b5eb248e8475d8"
+BRANCH = "starfive-5.15-dev"
+SRCREV = "2f7a93e8fd6d795699d541cbb8a26bba03515d71"
 
-LINUX_VERSION = "5.13.0"
+LINUX_VERSION = "5.15.0"
 LINUX_VERSION_EXTENSION:append = "-starlight"
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 
-SRC_URI = "git://github.com/starfive-tech/linux/;protocol=https;branch=${BRANCH} \
+SRC_URI = "git://git@192.168.110.45/starfive-tech/linux;protocol=ssh;branch=${BRANCH} \
 	   file://defconfig \
 	   "