Re: [OE-core] [PATCH 1/2] kernel: redirect merge_config.sh error output to file

2019-04-29 Thread Flavio Suligoi
Hi Bruce, > On Mon, Apr 29, 2019 at 10:01 AM Flavio Suligoi <mailto:f.suli...@asem.it> > wrote: > In the task: > > do_kernel_configme > > the errors during execution of the "merge_config.sh" script are > currently lost. > But these

Re: [OE-core] [PATCH 2/2] kernel: check for empty .config file after merge_config.sh

2019-04-29 Thread Flavio Suligoi
Hi Bruce, > Sometimes, for example in case of missed dependecies, after the > execution of: > > merge_config.sh > > the resulting file ".config" can be empty. > This is the reason why is necessary test it and, in case, display > the "Could not configure ..." error message. > > This doesn't

[OE-core] [PATCH 2/2] kernel: check for empty .config file after merge_config.sh

2019-04-29 Thread Flavio Suligoi
Sometimes, for example in case of missed dependecies, after the execution of: merge_config.sh the resulting file ".config" can be empty. This is the reason why is necessary test it and, in case, display the "Could not configure ..." error message. Signed-off-by: Flavi

[OE-core] [PATCH 1/2] kernel: redirect merge_config.sh error output to file

2019-04-29 Thread Flavio Suligoi
n addition to the existing log. Signed-off-by: Flavio Suligoi --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index ed9bcfa..243f8d6 100644 --- a/meta/classes/kernel-yoc