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

Gary Thomas gary at mlbassoc.com
Tue Apr 2 10:15:58 UTC 2013


On 2013-04-01 20:30, Qi.Chen at windriver.com wrote:
> From: Chen Qi <Qi.Chen at 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 <Qi.Chen at windriver.com>
> ---
>   meta/recipes-sato/images/core-image-sato.bb |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
> index e3246d2..8df1d08 100644
> --- a/meta/recipes-sato/images/core-image-sato.bb
> +++ b/meta/recipes-sato/images/core-image-sato.bb
> @@ -9,3 +9,6 @@ LICENSE = "MIT"
>   inherit core-image
>
>   IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
> +
> +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato images.
> +IMAGE_OVERHEAD_FACTOR = "2.0"
>

You should make this overridable by the user:
   IMAGE_OVERHEAD_FACTOR ?= "2.0"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------




More information about the Openembedded-core mailing list