Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-07 Thread Andrea Galbusera
On Mon, Sep 4, 2017 at 10:56 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday, 4 September 2017 7:59:55 PM NZST Andrea Galbusera wrote: > > On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly > wrote: > > > More recent bitbake should not fail like that

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Paul Eggleton
On Monday, 4 September 2017 7:59:55 PM NZST Andrea Galbusera wrote: > On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly wrote: > > More recent bitbake should not fail like that anymore. It's still > > better to use an HTTP server that performs better, though. > > > > commit

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Andrea Galbusera
On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly wrote: > On Fri, 2017-09-01 at 17:04 +0200, Andrea Galbusera wrote: > > Hi Maciej, > > > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki > ty.com> wrote: > > > On Fri, Sep 1, 2017 at 3:54 PM, Andrea

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Patrick Ohly
On Fri, 2017-09-01 at 17:04 +0200, Andrea Galbusera wrote: > Hi Maciej, > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki ty.com> wrote: > > On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera > > wrote: > > > Hi! > > > > > > I was trying to share sstate

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-03 Thread Paul Eggleton
Hi Andrea, On Saturday, 2 September 2017 3:04:00 AM NZST Andrea Galbusera wrote: > To be honest, the current server was indeed setup with python's > SimpleHTTPServer... As you suggest, I checked the verbose debug log and > noticed what's happening behind the apparently happy "Checking sstate >

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Maciej Borzęcki
On Fri, Sep 1, 2017 at 5:04 PM, Andrea Galbusera wrote: > Hi Maciej, > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki > wrote: >> >> On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: >> > Hi! >> > >> > I was trying to

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Andrea Galbusera
Hi Maciej, On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki wrote: > On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: > > Hi! > > > > I was trying to share sstate between different hosts, but the consumer > build > > system seems to be unable

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Maciej Borzęcki
On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: > Hi! > > I was trying to share sstate between different hosts, but the consumer build > system seems to be unable to use re-use any sstate object. My scenario is > setup as follows: > > * The cache was populated by a

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Andrea Galbusera
On Fri, Sep 1, 2017 at 3:57 PM, Martin Jansa wrote: > Why do you use: > > ";downloadfilename=PATH > " > > ? > Most likely because I copy/pasted from local.conf comments. I see the same syntax on both

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Martin Jansa
Why do you use: ";downloadfilename=PATH " ? On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: > Hi! > > I was trying to share sstate between different hosts, but the consumer > build system seems to be

[yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Andrea Galbusera
Hi! I was trying to share sstate between different hosts, but the consumer build system seems to be unable to use re-use any sstate object. My scenario is setup as follows: * The cache was populated by a pristine qemux86 core-image-minimal build of morty. This was done in a crops/poky container