summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 38c081d5..1ee1145c 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 ?= "6.5" 15LINUX_VERSION ?= "6.6"
16PV = "v${LINUX_VERSION}+git${SRCREV}" 16PV = "v${LINUX_VERSION}+git${SRCREV}"
17 17
18SRCREV = "fa8ffc924f6d91ea09c9f792a5bb8a184ec1657a" 18SRCREV = "b1072b06ac50267e3adfdfc8e8e3867425ba766e"
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 "