Re: [ptxdist] Yocto

2017-09-14 Thread Michael Olbrich
Hi, On Fri, Sep 15, 2017 at 12:44:13AM +0200, Tim Sander wrote: > Am Mittwoch, 13. September 2017, 17:38:24 CEST schrieb Michael Olbrich: > > Btw. don't use '-jeX -jiX' use '-j' instead. That uses a global jobserver > > shared by all packages. > Well i missed out this one. I know that this option

Re: [ptxdist] Yocto

2017-09-14 Thread Tim Sander
Hi Micheal Am Mittwoch, 13. September 2017, 17:38:24 CEST schrieb Michael Olbrich: > On Tue, Sep 12, 2017 at 08:42:26PM +0200, Tim Sander wrote: > > On Sonntag, 10. September 2017 21:16:52 CEST Robert Schwebel wrote: > > > On Sat, Sep 09, 2017 at 08:36:13PM +0200, Tim Sander wrote: > > > > As for t

[ptxdist] [PATCH v3] barebox: fix CONFIG_DEFAULT_ENVIRONMENT_PATH on (interrupted) oldconfig/nconfig/menuconfig

2017-09-14 Thread Bastian Stender
ptxdist adds ".ptxdist-defaultenv" if PTXCONF_BAREBOX_EXTRA_ENV is enabled. If barebox oldconfig/nconfig/menuconfig do not modify the configuration the barebox config from the BSP is copied without executing the prepare stage responsible for amending ".ptxdist-defaultenv". The same happens on inter

Re: [ptxdist] [PATCH v2] barebox: fix CONFIG_DEFAULT_ENVIRONMENT_PATH on (interrupted) oldconfig/nconfig/menuconfig

2017-09-14 Thread Bastian Stender
On 09/14/2017 08:47 AM, Michael Olbrich wrote: On Wed, Sep 13, 2017 at 06:49:45PM +0200, Bastian Stender wrote: ptxdist adds ".ptxdist-defaultenv" if PTXCONF_BAREBOX_EXTRA_ENV is enabled. If barebox oldconfig/nconfig/menuconfig do not modify the configuration the barebox config from the BSP is c