Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-23 Thread Lukasz Majewski
Hi Bruce, > On 08/22/2018 10:47 AM, Lukasz Majewski wrote: > > On Wed, 22 Aug 2018 10:44:08 -0400 > > Bruce Ashfield wrote: > > > >> On 08/22/2018 10:20 AM, Lukasz Majewski wrote: > >>> On Wed, 22 Aug 2018 10:13:33 -0400 > >>> Bruce Ashfield wrote: > >>> > On 08/22/2018 10:05

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-23 Thread Bruce Ashfield
On 08/22/2018 10:47 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:44:08 -0400 Bruce Ashfield wrote: On 08/22/2018 10:20 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:13:33 -0400 Bruce Ashfield wrote: On 08/22/2018 10:05 AM, Lukasz Majewski wrote: Hi Bruce, On

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 10:47 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:44:08 -0400 Bruce Ashfield wrote: On 08/22/2018 10:20 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:13:33 -0400 Bruce Ashfield wrote: On 08/22/2018 10:05 AM, Lukasz Majewski wrote: Hi Bruce, On

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Lukasz Majewski
On Wed, 22 Aug 2018 10:44:08 -0400 Bruce Ashfield wrote: > On 08/22/2018 10:20 AM, Lukasz Majewski wrote: > > On Wed, 22 Aug 2018 10:13:33 -0400 > > Bruce Ashfield wrote: > > > >> On 08/22/2018 10:05 AM, Lukasz Majewski wrote: > >>> Hi Bruce, > >>> > On 08/22/2018 09:40 AM,

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 10:20 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:13:33 -0400 Bruce Ashfield wrote: On 08/22/2018 10:05 AM, Lukasz Majewski wrote: Hi Bruce, On 08/22/2018 09:40 AM, Lukasz Majewski wrote: Without this patch it happens that do_populate_recipe_sysroot is called just

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Lukasz Majewski
On Wed, 22 Aug 2018 10:13:33 -0400 Bruce Ashfield wrote: > On 08/22/2018 10:05 AM, Lukasz Majewski wrote: > > Hi Bruce, > > > >> On 08/22/2018 09:40 AM, Lukasz Majewski wrote: > >>> Without this patch it happens that do_populate_recipe_sysroot is > >>> called just before do_compile (on

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 10:05 AM, Lukasz Majewski wrote: Hi Bruce, On 08/22/2018 09:40 AM, Lukasz Majewski wrote: Without this patch it happens that do_populate_recipe_sysroot is called just before do_compile (on multi core build machines). This is way too late as the .config generated in

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Lukasz Majewski
Hi Bruce, > On 08/22/2018 09:40 AM, Lukasz Majewski wrote: > > Without this patch it happens that do_populate_recipe_sysroot is > > called just before do_compile (on multi core build machines). > > This is way too late as the .config generated in > > do_kernel_configme() is already broken. > > >

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Lukasz Majewski
Hi Bruce, > On 08/22/2018 09:40 AM, Lukasz Majewski wrote: > > Without this patch it happens that do_populate_recipe_sysroot is > > called just before do_compile (on multi core build machines). > > This is way too late as the .config generated in > > do_kernel_configme() is already broken. > > >

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 09:40 AM, Lukasz Majewski wrote: Without this patch it happens that do_populate_recipe_sysroot is called just before do_compile (on multi core build machines). This is way too late as the .config generated in do_kernel_configme() is already broken. The problem is that

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 09:40 AM, Lukasz Majewski wrote: Without this patch it happens that do_populate_recipe_sysroot is called just before do_compile (on multi core build machines). This is way too late as the .config generated in do_kernel_configme() is already broken. The problem is that

[OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-22 Thread Lukasz Majewski
Without this patch it happens that do_populate_recipe_sysroot is called just before do_compile (on multi core build machines). This is way too late as the .config generated in do_kernel_configme() is already broken. The problem is that do_kernel_configme() calls native's merge_config.sh script