Re: [OE-core] [PATCH V3 0/5] manifest.py/package_manager.py/rootfs.py: support ipk incremental image generation

2014-02-21 Thread Laurentiu Palcu
Reviewed-by: Laurentiu Palcu laurentiu.palcu.intel.com laurentiu On Fri, Feb 21, 2014 at 02:38:16PM +0800, Hongxu Jia wrote: Change in V2: - Move dump_install_solution to Manifest class as create_full; - Move load_old_install_solution to Manifest class as parse_full_manifest; - Handle the

[OE-core] [PATCH V3 0/5] manifest.py/package_manager.py/rootfs.py: support ipk incremental image generation

2014-02-20 Thread Hongxu Jia
Change in V2: - Move dump_install_solution to Manifest class as create_full; - Move load_old_install_solution to Manifest class as parse_full_manifest; - Handle the output of dummy install in Python rather than shell; - Fix typos - Rename _file_duplicate with _file_equal to avoid confusion;