Re: [yocto] What can I share between projects?

2017-05-20 Thread Darcy Watkins
Thanks! That's a good clarification. Now on other hand, I have experienced a few anomalies that are more at the final image build stage, especially when using RPM feed, and the PR service to auto bump them when rebuilt for dependencies. The image build recipes must then not have visibility all

Re: [yocto] What can I share between projects?

2017-05-20 Thread Khem Raj
On Sat, May 20, 2017 at 10:04 AM, Darcy Watkins wrote: > Thanks! That's a good clarification. > > Now on other hand, I have experienced a few anomalies that are more at the > final image build stage, especially when using RPM feed, and the PR service > to auto bump them when rebuilt for dependenc

Re: [yocto] What can I share between projects?

2017-05-20 Thread Khem Raj
On Sat, May 20, 2017 at 8:16 AM, Darcy Watkins wrote: > Are you saying that the sstate cache is smart enough to handle exact same > package for same arch but just built using different layer stack? (Say one > case builds package A with a bbappend, but the other uses a bbappend from a > different

Re: [yocto] What can I share between projects?

2017-05-20 Thread Darcy Watkins
Hi, What about different bblayer.conf stackups? I was always under impression that as long as you use same layer stack, and the same local.conf (except perhaps switching the MACHINE per build variant), you can share the same tmp directory. (For example, I could build same project for multiple

Re: [yocto] What can I share between projects?

2017-05-20 Thread Mike Looijmans
On 19-05-17 13:47, Mike Looijmans wrote: On 19-05-17 03:43, Paul D. DeRocco wrote: If I'm doing multiple unrelated Yocto based projects, and they use the same version of Yocto, and the same metadata (except for my own layers), am I right in assuming that I can share everything in poky, download

Re: [yocto] What can I share between projects?

2017-05-19 Thread Mike Looijmans
On 19-05-17 03:43, Paul D. DeRocco wrote: If I'm doing multiple unrelated Yocto based projects, and they use the same version of Yocto, and the same metadata (except for my own layers), am I right in assuming that I can share everything in poky, downloads, and sstate-cache, and I only need separ

Re: [yocto] What can I share between projects?

2017-05-19 Thread Fabien Lahoudere
On Thu, 2017-05-18 at 18:43 -0700, Paul D. DeRocco wrote: > If I'm doing multiple unrelated Yocto based projects, and they use the > same version of Yocto, and the same metadata (except for my own layers), > am I right in assuming that I can share everything in poky, downloads, and > sstate-cache,

[yocto] What can I share between projects?

2017-05-18 Thread Paul D. DeRocco
If I'm doing multiple unrelated Yocto based projects, and they use the same version of Yocto, and the same metadata (except for my own layers), am I right in assuming that I can share everything in poky, downloads, and sstate-cache, and I only need separate build directories? (I normally put downlo