summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-11-03 03:23:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commit185d07f863d3c6ecb0e8d6416bcc289c48861271 (patch)
tree35a98b095045f4a1376289971cead790cb667b75 /recipes-kernel
parent4275f25388f13ffdd69a12c13e37f731c80e5126 (diff)
downloadmeta-virtualization-185d07f863d3c6ecb0e8d6416bcc289c48861271.tar.gz
kernel/yocto-cfg-fragments: update to 6.5 kernel
Bumping the standalone fragments recipe to pickup the latest 6.5 fragments. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/yocto-cfg-fragments.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/yocto-cfg-fragments.bb b/recipes-kernel/linux/yocto-cfg-fragments.bb
index 5f858182..38c081d5 100644
--- a/recipes-kernel/linux/yocto-cfg-fragments.bb
+++ b/recipes-kernel/linux/yocto-cfg-fragments.bb
@@ -12,10 +12,10 @@ do_configure[noexec] = "1"
12do_compile[noexec] = "1" 12do_compile[noexec] = "1"
13INHIBIT_DEFAULT_DEPS = "1" 13INHIBIT_DEFAULT_DEPS = "1"
14 14
15LINUX_VERSION ?= "5.14" 15LINUX_VERSION ?= "6.5"
16PV = "v${LINUX_VERSION}+git${SRCREV}" 16PV = "v${LINUX_VERSION}+git${SRCREV}"
17 17
18SRCREV = "25509cd5563356638e78d33ec7e5354225fbd3db" 18SRCREV = "fa8ffc924f6d91ea09c9f792a5bb8a184ec1657a"
19SRC_URI = "\ 19SRC_URI = "\
20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ 20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
21 " 21 "