summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-intel.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index fac803a..abcbc3f 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -9,6 +9,15 @@ SRCREV_metaenea = "7a93e54032bb148a92e16b59736a1b76fedae319"
9KENEABRANCH = "intel-4.14" 9KENEABRANCH = "intel-4.14"
10SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 10SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
11 11
12# KERNEL CONFIG CHECK LEVELS:
13# 0: no reporting
14# 1: report options that are specified, but not in the final config
15# 2: report options that are not hardware related, but set by a BSP
16KCONF_AUDIT_LEVEL = "0"
17KCONF_BSP_AUDIT_LEVEL = "0"
18KMETA_AUDIT = "no"
19KMETA_AUDIT_WERROR = ""
20
12KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" 21KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc"
13 22
14KERNEL_FEATURES_append = " features/apic/x2apic_y.scc" 23KERNEL_FEATURES_append = " features/apic/x2apic_y.scc"