Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-03 Thread ChenQi
On 04/02/2013 06:15 PM, Gary Thomas wrote: On 2013-04-01 20:30, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by overriding the

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-03 Thread Burton, Ross
On 2 April 2013 03:30, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR in the sato image recipe.

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-03 Thread Otavio Salvador
On Wed, Apr 3, 2013 at 7:38 AM, Burton, Ross ross.bur...@intel.com wrote: On 2 April 2013 03:30, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-02 Thread Gary Thomas
On 2013-04-01 20:30, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR in the sato image recipe. [YOCTO

[OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR in the sato image recipe. [YOCTO #4109] Signed-off-by: Chen Qi

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread Khem Raj
On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote: + +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato images. +IMAGE_OVERHEAD_FACTOR = 2.0 what is the size of image before and after ? ___ Openembedded-core mailing

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread ChenQi
On 04/02/2013 10:59 AM, Khem Raj wrote: On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote: + +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato images. +IMAGE_OVERHEAD_FACTOR = 2.0 what is the size of image before and after ? roughly 100M - 300M. smart