All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] oe-pkgdata-util improvements
@ 2015-02-11 14:59 Paul Eggleton
  2015-02-11 14:59 ` [PATCH v2 1/7] oe-pkgdata-util: improve command-line usage Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2015-02-11 14:59 UTC (permalink / raw)
  To: openembedded-core

Changes since v1:

* Add a fix for read-value not working with values containing colons
* Add a list-pkg-files subcommand
* Split out getting the package list for a recipe to its own function
* Minor fix to help text for glob subcommand


The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3:

  libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +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 (7):
  oe-pkgdata-util: improve command-line usage
  oe-pkgdata-util: make find-path show a proper error if no package
    found
  oe-pkgdata-util: fix read-value to handle data with colons in the
    value
  oe-pkgdata-util: allow reverse package name lookups
  oe-pkgdata-util: add list-pkgs subcommand
  oe-pkgdata-util: add list-pkg-files 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 | 213 ++++++++++++++++++
 scripts/oe-pkgdata-util           | 461 ++++++++++++++++++++++++++------------
 6 files changed, 532 insertions(+), 150 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/pkgdata.py

-- 
1.9.3



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 14:59 [PATCH v2 0/7] oe-pkgdata-util improvements Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 1/7] oe-pkgdata-util: improve command-line usage Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 2/7] oe-pkgdata-util: make find-path show a proper error if no package found Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 3/7] oe-pkgdata-util: fix read-value to handle data with colons in the value Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 4/7] oe-pkgdata-util: allow reverse package name lookups Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 5/7] oe-pkgdata-util: add list-pkgs subcommand Paul Eggleton
2015-02-11 14:59 ` [PATCH v2 6/7] oe-pkgdata-util: add list-pkg-files subcommand Paul Eggleton
2015-02-11 15:00 ` [PATCH v2 7/7] oe-pkgdata-util: add some QA tests 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.