Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] oe-pkgdata-util improvements
@ 2015-02-06 15:44 Paul Eggleton
  2015-02-06 15:44 ` [PATCH 1/5] oe-pkgdata-util: improve command-line usage Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2015-02-06 15:44 UTC (permalink / raw)
  To: openembedded-core

Some fairly significant improvements to oe-pkgdata-util that make it
much easier to use for querying built package information, plus some
QA tests to make sure it doesn't break in future.


The following changes since commit eb9d896db2fc67bac8efd258744d06fbbee87f06:

  libtool: avoid running automake/autoconf --version (2015-02-05 09:45:49 +0000)

are available in the git repository at:

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

Paul Eggleton (5):
  oe-pkgdata-util: improve command-line usage
  oe-pkgdata-util: allow reverse package name lookups
  oe-pkgdata-util: make find-path show a proper error if no package
    found
  oe-pkgdata-util: add list-pkgs subcommand
  oe-pkgdata-util: add some QA tests

 meta/classes/buildhistory.bbclass |   2 +-
 meta/classes/license.bbclass      |   2 +-
 meta/lib/oe/package_manager.py    |   2 +-
 meta/lib/oeqa/runtime/_ptest.py   |   2 +-
 meta/lib/oeqa/selftest/pkgdata.py | 125 ++++++++++++
 scripts/oe-pkgdata-util           | 389 ++++++++++++++++++++++++--------------
 6 files changed, 372 insertions(+), 150 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/pkgdata.py

-- 
1.9.3



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

end of thread, other threads:[~2015-02-06 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 15:44 [PATCH 0/5] oe-pkgdata-util improvements Paul Eggleton
2015-02-06 15:44 ` [PATCH 1/5] oe-pkgdata-util: improve command-line usage Paul Eggleton
2015-02-06 15:44 ` [PATCH 2/5] oe-pkgdata-util: allow reverse package name lookups Paul Eggleton
2015-02-06 15:44 ` [PATCH 3/5] oe-pkgdata-util: make find-path show a proper error if no package found Paul Eggleton
2015-02-06 15:44 ` [PATCH 4/5] oe-pkgdata-util: add list-pkgs subcommand Paul Eggleton
2015-02-06 15:44 ` [PATCH 5/5] oe-pkgdata-util: add some QA tests Paul Eggleton

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