Browse Source

dubhe: linux-starfive-dev: Enable Vector for Linux in Dubhe

Enabled CONFIG_VECTOR by default in Linux defconfig and updated to the
latest commit.

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

+ 1 - 0
recipes-kernel/linux/files/defconfig

@@ -20,6 +20,7 @@ CONFIG_PERF_EVENTS=y
 CONFIG_SOC_STARFIVE_DUBHE=y
 CONFIG_SMP=y
 CONFIG_HOTPLUG_CPU=y
+CONFIG_VECTOR=y
 # CONFIG_EFI is not set
 CONFIG_JUMP_LABEL=y
 CONFIG_MODULES=y

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

@@ -1,13 +1,13 @@
 FORK = "starfive-tech"
 BRANCH = "starfive-5.15-dubhe"
-SRCREV = "448310505e105564f4ec0ed0802bd700130ac0c6"
+SRCREV = "4c4e877d3e5d34af8db62ed4a938e0553554ea53"
 
 LINUX_VERSION = "5.15.0"
 LINUX_VERSION_EXTENSION:append = "-starlight"
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 
-SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=https;branch=${BRANCH} \
+SRC_URI = "git://git@192.168.110.45/starfive-tech/linux.git;protocol=ssh;branch=${BRANCH} \
 	   file://defconfig \
 	   "