All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] pkgdata and buildhistory improvements
@ 2013-12-02 18:50 Paul Eggleton
  2013-12-02 18:50 ` [PATCH 1/8] classes/package: fix FILES_INFO serialisation in pkgdata Paul Eggleton
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul Eggleton @ 2013-12-02 18:50 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-02 18:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 18:50 [PATCH 0/8] pkgdata and buildhistory improvements Paul Eggleton
2013-12-02 18:50 ` [PATCH 1/8] classes/package: fix FILES_INFO serialisation in pkgdata Paul Eggleton
2013-12-02 18:50 ` [PATCH 2/8] classes/package: record PKGSIZE as total file size " Paul Eggleton
2013-12-02 18:50 ` [PATCH 3/8] classes/package: write PE and PKGE out to pkgdata Paul Eggleton
2013-12-02 18:50 ` [PATCH 4/8] classes/buildhistory: drop cruft from old SRCREV tracking implementation Paul Eggleton
2013-12-02 18:50 ` [PATCH 5/8] classes/buildhistory: add additional variables to image information Paul Eggleton
2013-12-02 18:50 ` [PATCH 6/8] classes/buildhistory: improve collection of package info Paul Eggleton
2013-12-02 18:50 ` [PATCH 7/8] classes/buildhistory: reduce parsing time Paul Eggleton
2013-12-02 18:50 ` [PATCH 8/8] classes/buildhistory: do git garbage collection after committing Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.