diff options
-rw-r--r-- | recipes-kernel/linux/yocto-cfg-fragments.bb | 4 |
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" | |||
12 | do_compile[noexec] = "1" | 12 | do_compile[noexec] = "1" |
13 | INHIBIT_DEFAULT_DEPS = "1" | 13 | INHIBIT_DEFAULT_DEPS = "1" |
14 | 14 | ||
15 | LINUX_VERSION ?= "5.14" | 15 | LINUX_VERSION ?= "6.5" |
16 | PV = "v${LINUX_VERSION}+git${SRCREV}" | 16 | PV = "v${LINUX_VERSION}+git${SRCREV}" |
17 | 17 | ||
18 | SRCREV = "25509cd5563356638e78d33ec7e5354225fbd3db" | 18 | SRCREV = "fa8ffc924f6d91ea09c9f792a5bb8a184ec1657a" |
19 | SRC_URI = "\ | 19 | SRC_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 | " |