From: Trevor Woerner Date: Thu, 20 Mar 2014 21:06:38 +0000 (-0400) Subject: core-image-minimal: allow user to set size X-Git-Tag: 2015-4~3284 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9b4ea0f2e13e52d860d59d0348a3218af151666b;p=openembedded-core.git core-image-minimal: allow user to set size Allow the user, in their local configuration, to override the size of the final image. This is useful when creating an image for (for example) an SD card and the user wants the image to fill up the card as much as possible. Signed-off-by: Trevor Woerner Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index b82ca46407..9716274c34 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb @@ -8,5 +8,5 @@ LICENSE = "MIT" inherit core-image -IMAGE_ROOTFS_SIZE = "8192" +IMAGE_ROOTFS_SIZE ?= "8192"