[OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-20 Thread Hongxu Jia
The _multilib_sanity_test installs multilib packages in a temporary root fs, and compare with the current image to figure out duplicated files that come from different packages. While incremental image generation enabled and the previous image was existed, there was an Multilib check error: ...

Re: [OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-19 Thread Hongxu Jia
I will rename _file_duplicate with _file_equal, and do the necessary ajustment to avoid confusions. Thank you for pointing out V2 incoming //Hongxu On 02/18/2014 11:36 PM, Laurentiu Palcu wrote: On Tue, Feb 18, 2014 at 05:42:28PM +0800, Hongxu Jia wrote: The _multilib_sanity_test installs

[OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-18 Thread Hongxu Jia
The _multilib_sanity_test installs multilib packages in a temporary root fs, and compare with the current image to figure out duplicated file that comes from different packages. While incremental image generation enabled and the previous image existed, there was a Multilib check error: ... ERROR:

Re: [OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-18 Thread Laurentiu Palcu
On Tue, Feb 18, 2014 at 05:42:28PM +0800, Hongxu Jia wrote: The _multilib_sanity_test installs multilib packages in a temporary root fs, and compare with the current image to figure out duplicated file that comes from different packages. While incremental image generation enabled and the