[linux-yocto] [yocto-kernel-cache][yocto-4.4][PATCH] printk.scc: don't include kernel-debug.scc
Ed Bartosh
ed.bartosh at linux.intel.com
Wed Jul 27 08:41:29 PDT 2016
There is no need to include kernel-debug.scc into printk.scc as
options from printk.cfg don't depend on CONFIG_DEBUG* options from
kernel-debug.cfg
Moreover, enabling CONFIG_DEBUG* options makes kernel much bigger,
increases build time and consumed a lot of additional disk space.
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
features/debug/printk.scc | 2 --
1 file changed, 2 deletions(-)
diff --git a/features/debug/printk.scc b/features/debug/printk.scc
index 3526dea..37cf7fe 100644
--- a/features/debug/printk.scc
+++ b/features/debug/printk.scc
@@ -7,5 +7,3 @@ define KFEATURE_DESCRIPTION "Enable early printk for debugging"
define KFEATURE_COMPATIBILITY all
kconf non-hardware printk.cfg
-
-include debug-kernel.scc
--
2.1.4
More information about the linux-yocto
mailing list