[OE-core] [PATCH 0/7] Buildhistory improvements

Paul Eggleton paul.eggleton at linux.intel.com
Thu Aug 15 17:04:33 UTC 2013


This includes a revised version of Martin's patch to use the real
package content size rather than the archive size (it now avoids
the double collection of installed packages, works with multilib and
I also made a few other minor tweaks). I've already run the revised
version past him before sending this out.

Also included are a few other improvements to complete items from my
todo list.


The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089:

  meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-8
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-8

Martin Jansa (1):
  classes/buildhistory: record size of installed package not compressed
    archive

Paul Eggleton (6):
  classes/buildhistory: remove default of BUILDHISTORY_CHECKVERBACKWARDS
  classes/buildhistory: show command line in commit message
  classes/buildhistory: tag last 3 build revisions
  classes/buildhistory: avoid mangling names in dot graphs for images
  buildhistory-diff: improve command-line handling
  buildhistory-collect-srcrevs: match new buildhistory-diff command line
    parsing

 meta/classes/buildhistory.bbclass     | 42 ++++++++++++++++---------
 meta/classes/package_rpm.bbclass      |  2 ++
 meta/classes/populate_sdk_deb.bbclass |  6 ++--
 meta/classes/populate_sdk_ipk.bbclass |  6 ++--
 meta/classes/populate_sdk_rpm.bbclass |  2 +-
 scripts/buildhistory-collect-srcrevs  | 17 ++++++----
 scripts/buildhistory-diff             | 54 +++++++++++++++++++++++---------
 scripts/oe-pkgdata-util               | 59 ++++++++++++++++++++++++++++++++---
 scripts/opkg-query-helper.py          |  2 +-
 9 files changed, 143 insertions(+), 47 deletions(-)

-- 
1.8.1.2



More information about the Openembedded-core mailing list