summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_5.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_5.10.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.10.bb b/recipes-kernel/linux/linux-intel_5.10.bb
deleted file mode 100644
index 9264c22a..00000000
--- a/recipes-kernel/linux/linux-intel_5.10.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1require linux-intel.inc
2
3KBRANCH = "5.10/yocto"
4KMETA_BRANCH = "yocto-5.10"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
7
8SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
9 file://0001-io-mapping-Cleanup-atomic-iomap.patch \
10 "
11
12DEPENDS += "elfutils-native openssl-native util-linux-native"
13
14LINUX_VERSION ?= "5.10.78"
15SRCREV_machine ?= "4e8162d8163c74e46a9f0bafb860f42249702791"
16SRCREV_meta ?= "64fb693a6c11f21bab3ff9bb8dcb65a70abe05e3"
17
18# For Crystalforest and Romley
19KERNEL_MODULE_AUTOLOAD:append:core2-32-intel-common = " uio"
20KERNEL_MODULE_AUTOLOAD:append:corei7-64-intel-common = " uio"
21
22# Functionality flags
23KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
24
25# Following commit is backported from mainline 5.12-rc to linux-intel 5.10 kernel
26# Commit: https://github.com/torvalds/linux/commit/26499e0518a77de29e7db2c53fb0d0e9e15be8fb
27# In which 'CONFIG_DRM_GMA3600' config option is dropped.
28# This causes warning during config audit. So suppress the harmless warning for now.
29KCONF_BSP_AUDIT_LEVEL = "0"
30
31# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which
32# causes config warning too.
33KCONF_AUDIT_LEVEL:core2-32-intel-common = "0"