diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-03-09 21:15:57 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-03-10 10:02:32 +0800 |
commit | 79b1fd3430ece279f14903ebf5d34527fb80b027 (patch) | |
tree | 66ebcdd00e026085d53e6a598c1b17fe1d2e1846 | |
parent | cb85578bf32caee74a8bbad0174eb96aecba8272 (diff) | |
download | meta-intel-79b1fd3430ece279f14903ebf5d34527fb80b027.tar.gz |
linux-intel-rt/6.11: Drop mainline 6.11-rt recipe
* Use LTS 6.12 for mainline RT as well, as 6.12 is the latest RT/Non-RT kernel
* 6.12 recipe is already added
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_6.11.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.11.bb b/recipes-kernel/linux/linux-intel-rt_6.11.bb deleted file mode 100644 index df9db8b2..00000000 --- a/recipes-kernel/linux/linux-intel-rt_6.11.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | require linux-intel.inc | ||
2 | |||
3 | SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ | ||
4 | " | ||
5 | SRC_URI:append = " file://0001-6.11-6.12-lib-build_OID_registry-fix-reproducibility-issues.patch \ | ||
6 | " | ||
7 | KMETA_BRANCH = "master" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
10 | |||
11 | DEPENDS += "elfutils-native openssl-native util-linux-native" | ||
12 | |||
13 | LINUX_VERSION_EXTENSION ??= "-mainline-tracking-${LINUX_KERNEL_TYPE}" | ||
14 | |||
15 | LINUX_VERSION ?= "6.11" | ||
16 | SRCREV_machine ?= "8bf2da4f731bd973d5a91a31e71879f40de48a7e" | ||
17 | SRCREV_meta ?= "07f0dd688718f2b9dc66488288542955841b5e49" | ||
18 | |||
19 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
20 | |||
21 | # Functionality flags | ||
22 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc \ | ||
23 | features/security/security.scc \ | ||
24 | features/intel-npu/intel-npu.scc" | ||
25 | |||
26 | UPSTREAM_CHECK_GITTAGREGEX = "^mainline-tracking-pre-prod-v6.11-rt7-preempt-rt-(?P<pver>(\d+)T(\d+)Z)$" | ||