[OE-core] [PATCHv2 0/3] Add extract() method to package manager

mariano.lopez at linux.intel.com mariano.lopez at linux.intel.com
Thu May 12 11:28:11 UTC 2016


From: Mariano Lopez <mariano.lopez at linux.intel.com>

Sometimes it is needed to have the content of a package outside of an image,
these series add this capability using a temp directory.

Changes in v2:

- Add default values when parsing package information. This way it won't
  throw an exception when trying to save an undefined variable


The following changes since commit 28433319ad8299aa23b1fcfdddbe100b29e86517:

  bitbake: toaster: tests browser Add test for creating a project (2016-05-11 11:32:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug9569v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug9569v2

Mariano Lopez (3):
  package_manager.py: Move opkg_query() outside of Indexer class
  package_manager.py: Add extract() method for opkg and dpkg
  package_manager.py: Add extract() method for RPM package manager

 meta/lib/oe/package_manager.py | 321 ++++++++++++++++++++++++++++++++++-------
 1 file changed, 266 insertions(+), 55 deletions(-)

-- 
2.6.6




More information about the Openembedded-core mailing list