Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] buildhistory improvements
@ 2012-08-02  9:23 Paul Eggleton
  2012-08-02  9:23 ` [PATCH 1/9] classes/buildhistory: remove obsolete flat package history feature Paul Eggleton
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Paul Eggleton @ 2012-08-02  9:23 UTC (permalink / raw)
  To: openembedded-core

A bunch of improvements for buildhistory, implementing some feature
requests and todo items of my own, as well as tidying up some of the
code.


The following changes since commit 404d2d490fc347203e89d274530c17fb5f0aa20f:

  gcc-configure-target: Set native-system-header-dir for target gcc (2012-08-01 23:11:09 +0100)

are available in the git repository at:

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

Paul Eggleton (9):
  classes/buildhistory: remove obsolete flat package history feature
  classes/buildhistory: ensure old package info is removed
  classes/buildhistory: remove unused functions
  classes/buildhistory: save preinst/postinst/prerm/postrm
  classes/buildhistory: record PKG/PKGE/PKGV/PKGR
  scripts: add buildhistory-tag script
  buildhistory_analysis: tidy up duplicate split_version function
  buildhistory_analysis: ignore removal of self-dependencies
  classes/buildhistory: save metadata revisions

 meta/classes/buildhistory.bbclass    |  197 ++++++++++++++++++----------------
 meta/lib/oe/buildhistory_analysis.py |   96 +++++++++++++----
 scripts/buildhistory-tag             |   42 ++++++++
 3 files changed, 221 insertions(+), 114 deletions(-)
 create mode 100755 scripts/buildhistory-tag

-- 
1.7.9.5




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

end of thread, other threads:[~2012-08-06 14:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02  9:23 [PATCH 0/9] buildhistory improvements Paul Eggleton
2012-08-02  9:23 ` [PATCH 1/9] classes/buildhistory: remove obsolete flat package history feature Paul Eggleton
2012-08-02  9:23 ` [PATCH 2/9] classes/buildhistory: ensure old package info is removed Paul Eggleton
2012-08-02  9:23 ` [PATCH 3/9] classes/buildhistory: remove unused functions Paul Eggleton
2012-08-02  9:23 ` [PATCH 4/9] classes/buildhistory: save preinst/postinst/prerm/postrm Paul Eggleton
2012-08-02  9:23 ` [PATCH 5/9] classes/buildhistory: record PKG/PKGE/PKGV/PKGR Paul Eggleton
2012-08-02  9:23 ` [PATCH 6/9] scripts: add buildhistory-tag script Paul Eggleton
2012-08-02 10:18   ` Burton, Ross
2012-08-02 10:49     ` Paul Eggleton
2012-08-02 11:12       ` Burton, Ross
2012-08-02  9:23 ` [PATCH 7/9] buildhistory_analysis: tidy up duplicate split_version function Paul Eggleton
2012-08-02  9:23 ` [PATCH 8/9] buildhistory_analysis: ignore removal of self-dependencies Paul Eggleton
2012-08-02  9:23 ` [PATCH 9/9] classes/buildhistory: save metadata revisions Paul Eggleton
2012-08-02 11:27 ` [PATCH 0/9] buildhistory improvements Burton, Ross
2012-08-02 12:58   ` Martin Jansa
2012-08-02 16:14     ` Andreas Müller
2012-08-06 14:29 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox