[OE-core] [PATCH 0/8] pkgdata and buildhistory improvements

Paul Eggleton paul.eggleton at linux.intel.com
Mon Dec 2 18:50:43 UTC 2013


Fix up pkgdata, and change buildhistory to read from it rather than
collecting package information directly; also make some performance and
content improvements to buildhistory at the same time.

Note: there are minor changes necessary for Hob and Toaster UI code in
bitbake to match up with these; they have been sent separately to the
bitbake-devel list.


The following changes since commit 9cf1ac73c4e35101a4f5c01a5e1c53f9d567bc58:

  oe-init-build-env-memres: Add auto port functionality (2013-12-02 11:27:46 +0000)

are available in the git repository at:

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

Paul Eggleton (8):
  classes/package: fix FILES_INFO serialisation in pkgdata
  classes/package: record PKGSIZE as total file size in pkgdata
  classes/package: write PE and PKGE out to pkgdata
  classes/buildhistory: drop cruft from old SRCREV tracking
    implementation
  classes/buildhistory: add additional variables to image information
  classes/buildhistory: improve collection of package info
  classes/buildhistory: reduce parsing time
  classes/buildhistory: do git garbage collection after committing

 meta/classes/buildhistory.bbclass    | 118 +++++++++++++++++------------------
 meta/classes/package.bbclass         |  33 +++++-----
 meta/classes/toaster.bbclass         |  28 ++-------
 meta/lib/oe/buildhistory_analysis.py |   4 +-
 scripts/oe-pkgdata-util              |  25 ++++----
 5 files changed, 92 insertions(+), 116 deletions(-)

-- 
1.8.1.2




More information about the Openembedded-core mailing list