Re: [yocto] sstate-cache and native recipes

2017-01-20 Thread Gary Thomas
On 2017-01-20 14:05, Kristian Amlie wrote: On 18/01/17 12:28, Burton, Ross wrote: On 18 January 2017 at 09:51, Gary Thomas > wrote: How would one change the recipe to reflect that? Is there an override that effectively says "not -native"?

Re: [yocto] sstate-cache and native recipes

2017-01-20 Thread Kristian Amlie
On 18/01/17 12:28, Burton, Ross wrote: > > On 18 January 2017 at 09:51, Gary Thomas > wrote: > > How would one change the recipe to reflect that? Is there an > override that effectively says "not -native"? > > > do_install_class-target.

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Burton, Ross
On 18 January 2017 at 09:51, Gary Thomas wrote: > How would one change the recipe to reflect that? Is there an > override that effectively says "not -native"? > do_install_class-target. Ross -- ___ yocto mailing list

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Jussi Kukkonen
On 18 January 2017 at 11:51, Gary Thomas wrote: > On 2017-01-18 10:35, Burton, Ross wrote: > >> >> On 18 January 2017 at 09:13, Gary Thomas g...@mlbassoc.com>> wrote: >> >> * glib-2.0-native depends on ${DISTRO_FEATURES} >> To me this seems silly

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
On 2017-01-18 10:35, Burton, Ross wrote: On 18 January 2017 at 09:13, Gary Thomas > wrote: * glib-2.0-native depends on ${DISTRO_FEATURES} To me this seems silly as "native" should be "native" and not depend on any distribution

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Burton, Ross
On 18 January 2017 at 09:13, Gary Thomas wrote: > * glib-2.0-native depends on ${DISTRO_FEATURES} > To me this seems silly as "native" should be "native" and > not depend on any distribution settings. Here's the code > that's causing it (in do_install) > > if [

Re: [yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
On 2017-01-18 10:13, Gary Thomas wrote: I've been trying to understand (as was recently posted here by another user) why native recipes are not being well shared/reused by the sstate-cache mechanism. I have a build machine where I do lots of builds for various targets. I would think (hope!)

[yocto] sstate-cache and native recipes

2017-01-18 Thread Gary Thomas
I've been trying to understand (as was recently posted here by another user) why native recipes are not being well shared/reused by the sstate-cache mechanism. I have a build machine where I do lots of builds for various targets. I would think (hope!) that xxx-native packages would be the same