summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-05-13 13:29:39 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-05-14 16:07:46 +0200
commit276c9070d020179daf067d10a7dd512acffa14ff (patch)
tree7892648e734e1c981c494a269b8a325778221559
parent1822df02380c5b4df5bb0313cc2639a7287fd75f (diff)
downloadmeta-nfv-access-bsp-x86-276c9070d020179daf067d10a7dd512acffa14ff.tar.gz
fix kernel config check warnings for 5.10 kernel
- meta-intel was bumped to latest gatesgarth so we can remove unnecessary patches - use latest enea-kernel-cache updated to 5.10 (fix MMC related config check warning) - re-enable config AUDIT by using default values - it can help us to check issues with config introduced by us ot by upstream - enable ipv4wait patch - was updated in enea-kernel-cache Change-Id: I05e21d8db64ed0cb5059a881c3a65fcc252701c9 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-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"