[oe-commits] Laurentiu Palcu : lib/oe/package_manager.py: add new package management library

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 11:56:58 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 224e5053044b4c7966fea3b8d199a3dfd4fe438e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=224e5053044b4c7966fea3b8d199a3dfd4fe438e

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Wed Dec 18 17:46:12 2013 +0200

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.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>

---

 meta/lib/oe/package_manager.py | 425 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 425 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=224e5053044b4c7966fea3b8d199a3dfd4fe438e


More information about the Openembedded-commits mailing list