Re: [yocto] What source is included in sstate hash, how to change?

2016-11-28 Thread Paul Eggleton
Hi Martin, On Mon, 28 Nov 2016 16:16:30 Vuille, Martin wrote: > > -Original Message- > > From: Burton, Ross [mailto:ross.bur...@intel.com] > > > > On 28 November 2016 at 15:02, Vuille, Martin (Martin) > > wrote: > > Or am I completely off-track? > > > > It will track

Re: [yocto] What source is included in sstate hash, how to change?

2016-11-28 Thread Vuille, Martin (Martin)
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > > On 28 November 2016 at 15:02, Vuille, Martin (Martin) > wrote: > Or am I completely off-track? > > It will track the md5 of files mentioned in SRC_URI, but if a file is > generated >

Re: [yocto] What source is included in sstate hash, how to change?

2016-11-28 Thread Burton, Ross
On 28 November 2016 at 15:02, Vuille, Martin (Martin) wrote: > Or am I completely off-track? > > It will track the md5 of files mentioned in SRC_URI, but if a file is generated dynamically then bitbake may not be aware of it. Can you share a minimal example? Ross --

[yocto] What source is included in sstate hash, how to change?

2016-11-28 Thread Vuille, Martin (Martin)
I have a custom recipe for building some peculiarly-structured code: the Makefile is compiling source from ${S}/.. (i.e., parent directory of the ${S} directory). It seems (not 100% sure of this, sstate is still "magic" to me) that the sstate hash only includes the files in ${S} (which is