From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] pkgdata and buildhistory improvements
Date: Mon, 2 Dec 2013 18:50:43 +0000 [thread overview]
Message-ID: <cover.1386009885.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2013-12-02 18:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 18:50 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1386009885.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.