diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-12-18 17:46:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 11:50:25 +0000 |
commit | 224e5053044b4c7966fea3b8d199a3dfd4fe438e (patch) | |
tree | 10a09d446fa9d8b453f82b26c4d922f82e78e8ce /meta/classes/package_deb.bbclass | |
parent | a9d8e5e5878d14b4804317a7f7ea6394fca5e010 (diff) | |
download | openembedded-core-224e5053044b4c7966fea3b8d199a3dfd4fe438e.tar.gz openembedded-core-224e5053044b4c7966fea3b8d199a3dfd4fe438e.tar.bz2 openembedded-core-224e5053044b4c7966fea3b8d199a3dfd4fe438e.zip |
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@intel.com>
Diffstat (limited to 'meta/classes/package_deb.bbclass')
0 files changed, 0 insertions, 0 deletions