[oe-commits] Trevor Woerner : core-image-minimal: allow user to set size

git at git.openembedded.org git at git.openembedded.org
Fri Mar 21 11:58:41 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 9b4ea0f2e13e52d860d59d0348a3218af151666b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9b4ea0f2e13e52d860d59d0348a3218af151666b

Author: Trevor Woerner <trevor.woerner at linaro.org>
Date:   Thu Mar 20 17:06:38 2014 -0400

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 <trevor.woerner at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/images/core-image-minimal.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
index b82ca46..9716274 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"
 



More information about the Openembedded-commits mailing list