The first part of the buildhistory analysis functionality (command-line only at the moment). It hasn't been heavily tested "in anger" yet (I hope we will start to use it on the Yocto Project autobuilder fairly soon) but it is functional.
There are also a couple of improvements to buildhistory.bbclass itself. The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-analysis http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-analysis Paul Eggleton (4): buildhistory: add script to check for significant changes classes/buildhistory: add hostname to commit message classes/buildhistory: make the package version backwards error non-fatal classes/buildhistory: remove redundant package history checking stub meta/classes/buildhistory.bbclass | 16 +-- meta/lib/oe/buildhistory_analysis.py | 240 ++++++++++++++++++++++++++++++++++ scripts/buildhistory-diff | 43 ++++++ 3 files changed, 286 insertions(+), 13 deletions(-) create mode 100644 meta/lib/oe/buildhistory_analysis.py create mode 100755 scripts/buildhistory-diff -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core