summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_5.10.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-06-14 16:33:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-06-17 16:30:06 +0800
commita499bad106e1d1e6b15c64d44fae6fa7fa111e9e (patch)
tree4d500c14b10ee794242c1b3dcfe021c28c5f414a /recipes-kernel/linux/linux-intel_5.10.bb
parent5184e1d89f3dc4019bdb17bf9fe05e83d7136e49 (diff)
downloadmeta-intel-a499bad106e1d1e6b15c64d44fae6fa7fa111e9e.tar.gz
linux-intel/5.10: remove recipes
5.15 is the only tested and default version now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_5.10.bb34
1 files changed, 0 insertions, 34 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 3ed2541c..00000000
--- a/recipes-kernel/linux/linux-intel_5.10.bb
+++ /dev/null
@@ -1,34 +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 file://0001-regulator-consumer-Add-missing-stubs-to-regulator-co.patch \
11 "
12
13DEPENDS += "elfutils-native openssl-native util-linux-native"
14
15LINUX_VERSION ?= "5.10.115"
16SRCREV_machine ?= "9d73f92a1109a0f9e916edb861214ce1cea6863a"
17SRCREV_meta ?= "64fb693a6c11f21bab3ff9bb8dcb65a70abe05e3"
18
19# For Crystalforest and Romley
20KERNEL_MODULE_AUTOLOAD:append:core2-32-intel-common = " uio"
21KERNEL_MODULE_AUTOLOAD:append:corei7-64-intel-common = " uio"
22
23# Functionality flags
24KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
25
26# Following commit is backported from mainline 5.12-rc to linux-intel 5.10 kernel
27# Commit: https://github.com/torvalds/linux/commit/26499e0518a77de29e7db2c53fb0d0e9e15be8fb
28# In which 'CONFIG_DRM_GMA3600' config option is dropped.
29# This causes warning during config audit. So suppress the harmless warning for now.
30KCONF_BSP_AUDIT_LEVEL = "0"
31
32# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which
33# causes config warning too.
34KCONF_AUDIT_LEVEL:core2-32-intel-common = "0"