summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_5.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb27
1 files changed, 0 insertions, 27 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 644ae0d1..00000000
--- a/recipes-kernel/linux/linux-intel_5.15.bb
+++ /dev/null
@@ -1,27 +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.71"
17SRCREV_machine ?= "7f0de68338ad7f625a7137278bf1d0a5edcbab45"
18SRCREV_meta ?= "50e12441b95837206d02d3ecfd17b1c562759d76"
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"