Files
poky/meta
Laurentiu Palcu e1bb8a61a9 lib/oe/package_manager.py: add new package management library
This new library is intended to be used by the new python rootfs
creation code.

It implements the rpm/dpkg/opkg package management backends: RpmPM,
DpkgPM and OpkgPM.

The base API is this:
  update()
  install()
  install_complementary()
  remove()
  write_index()
  remove_packaging_data()
  list_installed()

All implementations have to provide these functions. Some backends may
need to implement additional functions though.

(From OE-Core rev: 224e5053044b4c7966fea3b8d199a3dfd4fe438e)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-11 11:53:38 +00:00
..
2014-02-09 09:42:52 +00:00
2014-02-02 22:37:40 +00:00
2014-02-09 09:40:01 +00:00
2014-02-09 09:40:00 +00:00
2014-02-09 09:42:52 +00:00
2014-01-02 12:58:54 +00:00
2013-04-10 09:23:17 +01:00