diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-02-21 14:12:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-21 16:14:15 +0000 |
commit | af9e8e9132954aa1013ae22355054c9dea4524b3 (patch) | |
tree | e4605d9e0c596db7543418d2d245cd1e4cbbedb6 /meta/lib/oe/package.py | |
parent | f4de8399ba6ddc38656cc1fb08098e7c4588151f (diff) | |
download | poky-af9e8e9132954aa1013ae22355054c9dea4524b3.tar.gz |
package_manager.py: support ipk incremental image generation
Add the following three functions to OpkgPM class:
- The 'dummy_install' is used to dummy install pkgs, and returns the log
of output;
- The 'backup_packaging_data' is used to back up the current opkg
database;
- The 'recover_packaging_data' is used to recover the opkg database
which backed up by the previous image creation;
Tweak 'remove' function in OpkgPM class, which the options for remove
with dependencies was incorrect.
Tweak 'handle_bad_recommendations' function in OpkgPM class:
- Fix none value check;
- Add the existance check of opkg status file;
[YOCTO #1894]
(From OE-Core rev: 5df18065e267a7e55a990ac3728414bb6e28a723)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/package.py')
0 files changed, 0 insertions, 0 deletions