[OE-core] [PATCH] package.bbclass: Optimise the per file rpm handling

2012-02-09 Thread Richard Purdie
Currently a process was being forked off for each individual file this class wanted to inspect with rpmdeps. This converts it to use rpmdeps-oecore which allows batch processing of these dependencies. For do_package for perl, this reduced the time by about 1 minute (33%). Signed-off-by: Richard P

Re: [OE-core] [PATCH] package.bbclass: Optimise the per file rpm handling

2012-02-09 Thread Joshua Lock
On 09/02/12 16:10, Richard Purdie wrote: Currently a process was being forked off for each individual file this class wanted to inspect with rpmdeps. This converts it to use rpmdeps-oecore which allows batch processing of these dependencies. For do_package for perl, this reduced the time by abou

Re: [OE-core] [PATCH] package.bbclass: Optimise the per file rpm handling

2012-02-10 Thread Richard Purdie
On Thu, 2012-02-09 at 18:23 -0800, Joshua Lock wrote: > On 09/02/12 16:10, Richard Purdie wrote: > > Currently a process was being forked off for each individual file > > this class wanted to inspect with rpmdeps. This converts it to use > > rpmdeps-oecore which allows batch processing of these dep