Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-07-17 Thread Jate Sujjavanich
> As far as I can tell though that won't actually fix the issue triggering > rebuilds in your case. Something else must be changing. It would be > interesting if you could dig into what that might be as I can't > reproduce the rebuilding issue here. I discovered that different versions of Dylan fr

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-07-16 Thread Nicolas Dechesne
On Tue, Jul 16, 2013 at 6:28 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > I just got around to trying this again, only this time I cloned a new poky > tree in a different path which should replicate your situation and used > SSTATE_MIRRORS to point to the previous sstate-cache. It b

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-07-16 Thread Paul Eggleton
Hi Jate, On Wednesday 19 June 2013 13:14:54 Jate Sujjavanich wrote: > Paul Eggleton wrote on Wednesday, June 19, 2013 at 11:45 AM: > > Actually, looking more closely at this I'm not sure how the full path to > > the file would be getting into the signature - looking at lib/bb/siggen.py > > it shou

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Jate Sujjavanich
nembedded.org Subject: Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote: > Hi Jate, > > On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: > > This allows sstate-cache to be shared bet

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Martin Jansa
On Wed, Jun 19, 2013 at 04:45:55PM +0100, Paul Eggleton wrote: > On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote: > > Hi Jate, > > > > On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: > > > This allows sstate-cache to be shared between builds in different > > > directories. > > >

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Paul Eggleton
On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote: > Hi Jate, > > On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: > > This allows sstate-cache to be shared between builds in different > > directories. > > > > Differences in the full path were triggering a false positive when there

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Paul Eggleton
Hi Jate, On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: > This allows sstate-cache to be shared between builds in different > directories. > > Differences in the full path were triggering a false positive when there > were actually no changes. > > Signed-off-by: Jate Sujjavanich > -

[OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Jate Sujjavanich
This allows sstate-cache to be shared between builds in different directories. Differences in the full path were triggering a false positive when there were actually no changes. Signed-off-by: Jate Sujjavanich --- bitbake/lib/bb/fetch2/__init__.py | 14 +- bitbake/lib/bb/siggen.p