diff options
-rw-r--r-- | recipes-kernel/linux/linux-intel.inc | 18 |
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 | |||
7 | LINUX_VERSION = "5.10.32" | 7 | LINUX_VERSION = "5.10.32" |
8 | SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a" | 8 | SRCREV_machine = "387c8111b7a756797d8b3078fd9d7d7b2580e01a" |
9 | 9 | ||
10 | # Intel patches already included into 5.10.32 kernel | 10 | SRCREV_metaenea = "bd0d0b951b62058b811e8a28ce03b08b6e58c496" |
11 | SRC_URI_remove = "file://objtool-fix-segfault-with-clang.patch" | ||
12 | SRC_URI_remove = "file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch" | ||
13 | |||
14 | SRCREV_metaenea = "7f87afa1b049ea17f60f2b8c8bcd0895a5eb6df8" | ||
15 | KENEABRANCH = "intel-5.10" | 11 | KENEABRANCH = "intel-5.10" |
16 | SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" | 12 | SRC_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 |
22 | KCONF_AUDIT_LEVEL = "0" | 18 | # KCONF_AUDIT_LEVEL="1" |
23 | KCONF_BSP_AUDIT_LEVEL = "0" | 19 | # KCONF_BSP_AUDIT_LEVEL="2" |
24 | KMETA_AUDIT = "no" | 20 | # KMETA_AUDIT="yes" |
25 | KMETA_AUDIT_WERROR = "" | 21 | # KMETA_AUDIT_WERROR="" |
26 | 22 | ||
27 | KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" | 23 | KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" |
28 | 24 | ||
@@ -47,7 +43,7 @@ KERNEL_FEATURES_append = " features/ipmi/ipmi.scc" | |||
47 | KERNEL_FEATURES_append = " features/ipmi/ipmi_ssif.scc" | 43 | KERNEL_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" | 46 | KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" |
51 | 47 | ||
52 | # Fixes for pci | 48 | # Fixes for pci |
53 | KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc" | 49 | KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc" |