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

2014-02-19 Thread Hongxu Jia
On 02/18/2014 10:38 PM, Laurentiu Palcu wrote: On Tue, Feb 18, 2014 at 05:42:24PM +0800, Hongxu Jia wrote: While incremental image generation enabled, 'load_old_install_solution' is used to determine what we've got in the previous (existed) image and 'dump_install_solution' to determine what we

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

2014-02-18 Thread Hongxu Jia
While incremental image generation enabled, 'load_old_install_solution' is used to determine what we've got in the previous (existed) image and 'dump_install_solution' to determine what we need to install in the current image. The 'backup_packaging_data' is used to back up the current opkg

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

2014-02-18 Thread Laurentiu Palcu
On Tue, Feb 18, 2014 at 05:42:24PM +0800, Hongxu Jia wrote: While incremental image generation enabled, 'load_old_install_solution' is used to determine what we've got in the previous (existed) image and 'dump_install_solution' to determine what we need to install in the current image. The