summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-intel.inc18
1 files changed, 7 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 788a5a8..b950e64 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -7,22 +7,18 @@ require recipes-kernel/linux/linux-common-config.inc
7LINUX_VERSION = "5.10.32" 7LINUX_VERSION = "5.10.32"
8SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a" 8SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a"
9 9
10# Intel patches already included into 5.10.32 kernel 10SRCREV_metaenea = "bd0d0b951b62058b811e8a28ce03b08b6e58c496"
11SRC_URI_remove = "file://objtool-fix-segfault-with-clang.patch"
12SRC_URI_remove = "file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch"
13
14SRCREV_metaenea = "7f87afa1b049ea17f60f2b8c8bcd0895a5eb6df8"
15KENEABRANCH = "intel-5.10" 11KENEABRANCH = "intel-5.10"
16SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 12SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
17 13
18# KERNEL CONFIG CHECK LEVELS: 14# KERNEL CONFIG DEFAULT CHECK LEVELS:
19# 0: no reporting 15# 0: no reporting
20# 1: report options that are specified, but not in the final config 16# 1: report options that are specified, but not in the final config
21# 2: report options that are not hardware related, but set by a BSP 17# 2: report options that are not hardware related, but set by a BSP
22KCONF_AUDIT_LEVEL = "0" 18# KCONF_AUDIT_LEVEL="1"
23KCONF_BSP_AUDIT_LEVEL = "0" 19# KCONF_BSP_AUDIT_LEVEL="2"
24KMETA_AUDIT = "no" 20# KMETA_AUDIT="yes"
25KMETA_AUDIT_WERROR = "" 21# KMETA_AUDIT_WERROR=""
26 22
27KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" 23KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc"
28 24
@@ -47,7 +43,7 @@ KERNEL_FEATURES_append = " features/ipmi/ipmi.scc"
47KERNEL_FEATURES_append = " features/ipmi/ipmi_ssif.scc" 43KERNEL_FEATURES_append = " features/ipmi/ipmi_ssif.scc"
48 44
49# IPv4 waiting for carrier on 45# IPv4 waiting for carrier on
50#KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" 46KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc"
51 47
52# Fixes for pci 48# Fixes for pci
53KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc" 49KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc"