| Submitter | Paul Eggleton |
|---|---|
| Date | Feb. 14, 2012, 1:40 p.m. |
| Message ID | <cover.1329226672.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/21243/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-fixes4Comments
On Tuesday 14 February 2012 13:40:10 Paul Eggleton wrote: > Analysis of the recent output from buildhistory on the Yocto Project and > Angstrom autobuilders showed a few anomalies and annoyances; this > set of patches addresses all of the ones I noticed. I've got one more patch to add to this, please ignore this set as v2 is on its way. Cheers, Paul
On Friday 17 February 2012 11:36:37 Paul Eggleton wrote: > I've got one more patch to add to this, please ignore this set as v2 is on > its way. Actually scratch that, as mentioned in another thread I got stuck on a pseudo issue; please merge this series. Cheers, Paul
On 02/14/2012 05:40 AM, Paul Eggleton wrote: > Analysis of the recent output from buildhistory on the Yocto Project and > Angstrom autobuilders showed a few anomalies and annoyances; this > set of patches addresses all of the ones I noticed. > > The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: > > guile: fix cross configure failure (2012-02-10 13:38:16 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-fixes4 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-fixes4 > > Paul Eggleton (7): > classes/buildhistory: squash spaces out of image variables > classes/buildhistory: sort and de-dupe dependency graphs > classes/buildhistory: sort FILELIST in package info > classes/buildhistory: use hostname instead of reading /etc/hostname > classes/buildhistory: fix splitting on + in package list fields > buildhistory_analysis: avoid noise due to reordering > buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDS > > meta/classes/buildhistory.bbclass | 25 +++++++++++++++++-------- > meta/lib/oe/buildhistory_analysis.py | 31 ++++++++++++++++++++++++++----- > 2 files changed, 43 insertions(+), 13 deletions(-) > Merged into OE-core Thanks Sau!