diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-10-11 12:39:59 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-10-15 14:40:22 +0800 |
commit | 592703f3901227ac08a7612e7aac4f19539c8902 (patch) | |
tree | 3fd15658d24f4e109caf7155e831de4f8f950746 | |
parent | d0cca0cf28547d1c1ba6ad7d8f1cc3e6e0d610f5 (diff) | |
download | meta-intel-592703f3901227ac08a7612e7aac4f19539c8902.tar.gz |
linux-intel-rt/6.11: add recipe
Add recipe for NEX Mainline 6.11 rt kernel.
Use the 6.11 rt kernel tag mainline-tracking-pre-prod-v6.11-rt7-preempt-rt-240925T152713Z
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, 26 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.11.bb b/recipes-kernel/linux/linux-intel-rt_6.11.bb new file mode 100644 index 00000000..4367e943 --- /dev/null +++ b/recipes-kernel/linux/linux-intel-rt_6.11.bb | |||
@@ -0,0 +1,26 @@ | |||
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-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)$" | ||