On 2016-07-27 11:41 AM, Ed Bartosh wrote:
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.

I've grabbed this change. SRCREV updates to follow shortly.

Bruce


Signed-off-by: Ed Bartosh <ed.bart...@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


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to