summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Woerner <trevor.woerner@linaro.org>2014-03-20 17:06:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 12:05:55 +0000
commitdfb57a1f338c0ba3c634bb93ff8399ed991f4168 (patch)
tree4c105983eb1649d8335bba031eccfb627b4fc73c /meta
parent7df7404d7becb32aa76f99a34620a8c9f6c6826f (diff)
downloadpoky-dfb57a1f338c0ba3c634bb93ff8399ed991f4168.tar.gz
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. (From OE-Core rev: 9b4ea0f2e13e52d860d59d0348a3218af151666b) Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/images/core-image-minimal.bb2
1 files changed, 1 insertions, 1 deletions
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"
8 8
9inherit core-image 9inherit core-image
10 10
11IMAGE_ROOTFS_SIZE = "8192" 11IMAGE_ROOTFS_SIZE ?= "8192"
12 12