Re: [OE-core] Improving Build Speed

2013-11-23 Thread Nicolas Dechesne
On Thu, Nov 21, 2013 at 8:15 AM, Ulf Samuelsson wrote: > I currently do not use INHERIT += "rm_work" > since I want to be able to do changes on some packages. > Is there a way to defined rm_work on a package basis? > Then the majority of the packages can be removed. > from rm_work.bbclass: # To

Re: [OE-core] dbus depends on dbus-ptest-ptest if ptest in DISTRO_FEATURES - bug?

2013-11-23 Thread Erik Botö
On Fri, Nov 22, 2013 at 5:35 PM, Burton, Ross wrote: > On 22 November 2013 09:42, Erik Botö wrote: >> I noticed that dbus will pull in the ptest package as soon as ptest is >> in DISTRO_FEATURES, the recipe contains: RDEPENDS_dbus = >> "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-pte

Re: [OE-core] Improving Build Speed

2013-11-23 Thread Ulf Samuelsson
2013-11-21 14:53, Richard Purdie skrev: On Thu, 2013-11-21 at 09:04 +0100, Ulf Samuelsson wrote: Why restrict PARALLEL_MAKE to anything less than the number of H/W threads in the machine? Came up with a construct PARALLEL_HIGH which is defined alongside PARALLEL_MAKE in conf/local

Re: [OE-core] [PATCH dylan & dora & master] image-mklibs: ensure sysroot is correctly set when calling gcc

2013-11-23 Thread Otavio Salvador
On Sat, Nov 23, 2013 at 10:33 AM, Otavio Salvador wrote: > On Fri, Nov 22, 2013 at 8:39 PM, Nicolas Dechesne > wrote: >> [YOCTO #2519] >> >> When getting gcc from sstate, it is possible to get a gcc with a bogus >> sysroot configuration, as discussed in [1] or in [YOCTO #2519]. >> >> mklibs scrip

Re: [OE-core] [PATCH dylan & dora & master] image-mklibs: ensure sysroot is correctly set when calling gcc

2013-11-23 Thread Otavio Salvador
On Fri, Nov 22, 2013 at 8:39 PM, Nicolas Dechesne wrote: > [YOCTO #2519] > > When getting gcc from sstate, it is possible to get a gcc with a bogus > sysroot configuration, as discussed in [1] or in [YOCTO #2519]. > > mklibs script will eventually call gcc, so we need to make sure that it > provid