diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-08-28 09:55:05 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-08-29 09:49:18 +0800 |
commit | 25debfe314d1997091650fa44b230e820e9de6d3 (patch) | |
tree | aac860a2b7ab7b9f8a46fd935e82364e7ba23d82 /recipes-kernel | |
parent | 0a46de4a5dce0715727bb2c86f40166d623d5a48 (diff) | |
download | meta-intel-25debfe314d1997091650fa44b230e820e9de6d3.tar.gz |
linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
Move the patches specific to kernel 6.6 to 6.6 recipe
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_6.6.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.6.bb b/recipes-kernel/linux/linux-intel-rt_6.6.bb index 319918cf..8a93410c 100644 --- a/recipes-kernel/linux/linux-intel-rt_6.6.bb +++ b/recipes-kernel/linux/linux-intel-rt_6.6.bb | |||
@@ -2,6 +2,9 @@ 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 | SRC_URI:append = "file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \ | ||
6 | file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \ | ||
7 | " | ||
5 | 8 | ||
6 | # Skip processing of this recipe if it is not explicitly specified as the | 9 | # Skip processing of this recipe if it is not explicitly specified as the |
7 | # PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying | 10 | # PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying |
@@ -21,9 +24,9 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" | |||
21 | 24 | ||
22 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" | 25 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" |
23 | 26 | ||
24 | LINUX_VERSION ?= "6.6.30" | 27 | LINUX_VERSION ?= "6.6.44" |
25 | SRCREV_machine ?= "ffb1894c2ca4fcb0f5a6b59ddb4e25a1124158cc" | 28 | SRCREV_machine ?= "0d19fd8880411e2a96b85945e4abde1b62338090" |
26 | SRCREV_meta ?= "66bebb6789d02e775d4c93d7ca4bf79c2ead4b28" | 29 | SRCREV_meta ?= "9901a21dd1f99c833d8e1a58b3fc057e57bda598" |
27 | 30 | ||
28 | LINUX_KERNEL_TYPE = "preempt-rt" | 31 | LINUX_KERNEL_TYPE = "preempt-rt" |
29 | 32 | ||