Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-03-02 Thread Patrick Ohly
On Wed, 2017-03-01 at 19:47 +0100, Martin Jansa wrote: > Another (surprising for me) output from bitbake -D -D -D: > > OE qemux86@ ~/build/oe-core $ head log.zlib.rm_work.debug3.prio.* > ==> log.zlib.rm_work.debug3.prio.completion <== > DEBUG: completion priorities (most important first): > 1. ID

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-03-02 Thread Patrick Ohly
On Wed, 2017-03-01 at 16:52 +0100, Martin Jansa wrote: > On Thu, Feb 16, 2017 at 11:26:54AM +0100, Patrick Ohly wrote: > > On Wed, 2017-02-15 at 19:32 +0100, Martin Jansa wrote: > > > Are all changes necessary for this to work already in master? > > > > Yes. > > > > > Yesterday I've noticed that

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-03-01 Thread Martin Jansa
On Wed, Mar 01, 2017 at 05:44:53PM +0100, Patrick Ohly wrote: > On Wed, 2017-03-01 at 16:52 +0100, Martin Jansa wrote: > > On Thu, Feb 16, 2017 at 11:26:54AM +0100, Patrick Ohly wrote: > > > On Wed, 2017-02-15 at 19:32 +0100, Martin Jansa wrote: > > > > Are all changes necessary for this to work

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-03-01 Thread Patrick Ohly
On Wed, 2017-03-01 at 16:52 +0100, Martin Jansa wrote: > On Thu, Feb 16, 2017 at 11:26:54AM +0100, Patrick Ohly wrote: > > On Wed, 2017-02-15 at 19:32 +0100, Martin Jansa wrote: > > > Are all changes necessary for this to work already in master? > > > > Yes. > > > > > Yesterday I've noticed that

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-03-01 Thread Martin Jansa
On Thu, Feb 16, 2017 at 11:26:54AM +0100, Patrick Ohly wrote: > On Wed, 2017-02-15 at 19:32 +0100, Martin Jansa wrote: > > Are all changes necessary for this to work already in master? > > Yes. > > > Yesterday I've noticed that rm_work for some components which are > > early in the dependency

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-02-16 Thread Patrick Ohly
On Wed, 2017-02-15 at 19:32 +0100, Martin Jansa wrote: > Are all changes necessary for this to work already in master? Yes. > Yesterday I've noticed that rm_work for some components which are > early in the dependency (like qtbase) are executed relatively late > (together with do_package_qa).

Re: [OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-02-15 Thread Martin Jansa
Are all changes necessary for this to work already in master? Yesterday I've noticed that rm_work for some components which are early in the dependency (like qtbase) are executed relatively late (together with do_package_qa). So I've tried very naive way to find out if the rm_work tasks are

[OE-core] [PATCH 3/3] rm_work.bbclass: clean up sooner

2017-01-06 Thread Patrick Ohly
Having do_rm_work depend on do_build had one major disadvantage: do_build depends on the do_build of other recipes, to ensure that runtime dependencies also get built. The effect is that when work on a recipe is complete and it could get cleaned up, do_rm_work still doesn't run because it waits