summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_5.15.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-02-20 13:44:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-02-21 11:59:16 +0800
commit03229249889f621577b211de2d5c4d12914c341b (patch)
tree7e204e299a21e30940d6ee1e335ed2f9be34fd88 /recipes-kernel/linux/linux-intel_5.15.bb
parent533b604a322ccf4f3c75cb2d42385102b7cba90b (diff)
downloadmeta-intel-03229249889f621577b211de2d5c4d12914c341b.tar.gz
linux-intel/5.15: remove recipes
We're adding v6.1 as the LTS for this release so remove these recipes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb
deleted file mode 100644
index 71861cb9..00000000
--- a/recipes-kernel/linux/linux-intel_5.15.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1require linux-intel.inc
2
3SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
4 "
5SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
6
7KBRANCH = "5.15/linux"
8KMETA_BRANCH = "yocto-5.15"
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
11
12DEPENDS += "elfutils-native openssl-native util-linux-native"
13
14LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
15
16LINUX_VERSION ?= "5.15.85"
17SRCREV_machine ?= "c256f934aefa78ec001067313a76a4a382ac59a6"
18SRCREV_meta ?= "78c4410c172946903e35ba8cebf1cf90fad09b5a"
19
20# Functionality flags
21KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
22
23# We've 8b766b0f8eece backported from v5.19 to linux-intel v5.15 kernel
24# https://github.com/torvalds/linux/commit/8b766b0f8eece55155146f7628610ce54a065e0f
25# It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c.
26# Suppress the harmless warning for now.
27KCONF_BSP_AUDIT_LEVEL = "0"
28
29UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v5.15.(\d+)-linux-(\d+)T(\d+)Z)$"