Re: [OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2013-01-06 Thread ChenQi
Hi Otavio: V6 has been sent with support for customized conf files. Also, the specific conf files are provided by corresponding image recipes, because the contents of the conf files are closely related to the image types. Cheers, Chen Qi On 01/02/2013 02:12 AM, Otavio Salvador wrote: On Mon

Re: [OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2013-01-05 Thread ChenQi
On 01/05/2013 02:47 PM, ChenQi wrote: Hi Otavio, Thank you for you review and suggestions :) And please see some details below. On 01/02/2013 02:12 AM, Otavio Salvador wrote: On Mon, Dec 31, 2012 at 12:16 AM, wrote: From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'rea

Re: [OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2013-01-04 Thread ChenQi
Hi Otavio, Thank you for you review and suggestions :) And please see some details below. On 01/02/2013 02:12 AM, Otavio Salvador wrote: On Mon, Dec 31, 2012 at 12:16 AM, wrote: From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It

Re: [OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2013-01-01 Thread Otavio Salvador
On Mon, Dec 31, 2012 at 12:16 AM, wrote: > From: Chen Qi > > read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' > is in IMAGE_FEATURES. It tweaks some basic files and makes populate- > volatile.sh script run at rootfs time. > > choose_volatile_conf_file: this function is i

[OE-core] [PATCH V5 2/4] image.bbclass: add two hook funtions

2012-12-30 Thread Qi.Chen
From: Chen Qi read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. choose_volatile_conf_file: this function is invoked no matter 'read-only-rootfs' is in IMAGE_FEATURE