From 00ff2b6c1abde5c9c132121bdd0b96ef17113e1a Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Tue, 11 May 2021 19:34:04 +0200 Subject: linux-intel: disable audit on kernel configs During development, when change kernel config, we can change the default AUDIT values to get a report. Change-Id: I7bfc115d2106b40c8fe705dd0af0133b9eb519bf Signed-off-by: Adrian Calianu --- recipes-kernel/linux/linux-intel.inc | 9 +++++++++ 1 file changed, 9 insertions(+) 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" KENEABRANCH = "intel-4.14" 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" +# KERNEL CONFIG CHECK LEVELS: +# 0: no reporting +# 1: report options that are specified, but not in the final config +# 2: report options that are not hardware related, but set by a BSP +KCONF_AUDIT_LEVEL = "0" +KCONF_BSP_AUDIT_LEVEL = "0" +KMETA_AUDIT = "no" +KMETA_AUDIT_WERROR = "" + KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" KERNEL_FEATURES_append = " features/apic/x2apic_y.scc" -- cgit v1.2.3-54-g00ecf