diff options
-rw-r--r-- | recipes-kernel/linux/linux-intel_6.6.bb (renamed from recipes-kernel/linux/linux-intel_6.1.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-intel_6.1.bb b/recipes-kernel/linux/linux-intel_6.6.bb index e6d364f3..cf81606d 100644 --- a/recipes-kernel/linux/linux-intel_6.1.bb +++ b/recipes-kernel/linux/linux-intel_6.6.bb | |||
@@ -2,8 +2,8 @@ require linux-intel.inc | |||
2 | 2 | ||
3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
4 | " | 4 | " |
5 | KBRANCH = "6.1/linux" | 5 | KBRANCH = "6.6/linux" |
6 | KMETA_BRANCH = "yocto-6.1" | 6 | KMETA_BRANCH = "yocto-6.6" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
9 | 9 | ||
@@ -11,11 +11,11 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" | |||
11 | 11 | ||
12 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" | 12 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" |
13 | 13 | ||
14 | LINUX_VERSION ?= "6.1.59" | 14 | LINUX_VERSION ?= "6.6.5" |
15 | SRCREV_machine ?= "a2989f3ed0223b36cd3f3837ee5dab5162753e57" | 15 | SRCREV_machine ?= "e981381225c78085b8d1fa91e8eb6610f30e4aaa" |
16 | SRCREV_meta ?= "d26f4f3307216e06ee0b74fa9b57b17fba72a988" | 16 | SRCREV_meta ?= "525b3f188e0bfb1cdcca241db89ef265842205cd" |
17 | 17 | ||
18 | # Functionality flags | 18 | # Functionality flags |
19 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" | 19 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" |
20 | 20 | ||
21 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.1.(\d+)-linux-(\d+)T(\d+)Z)$" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.6.(\d+)-linux-(\d+)T(\d+)Z)$" |