[OE-core] [PATCH 2/5] package_manager.py: support ipk incremental image generation

2014-02-20 Thread Hongxu Jia
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 u

Re: [OE-core] [PATCH 2/5] package_manager.py: support ipk incremental image generation

2014-02-20 Thread Laurentiu Palcu
On Thu, Feb 20, 2014 at 03:06:52PM +0800, Hongxu Jia wrote: > 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 'recov

[OE-core] [PATCH 2/5] package_manager.py: support ipk incremental image generation

2014-02-19 Thread Hongxu Jia
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 u