[linux-yocto] [yocto-kernel-cache][yocto-4.4][PATCH] printk.scc: don't include kernel-debug.scc
Bruce Ashfield
bruce.ashfield at windriver.com
Wed Jul 27 09:45:24 PDT 2016
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.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
>
More information about the linux-yocto
mailing list