All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] core-image-minimal: allow user to set size
@ 2014-03-20 21:06 Trevor Woerner
  2014-03-20 21:09 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2014-03-20 21:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: patches

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@linaro.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"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] core-image-minimal: allow user to set size
  2014-03-20 21:06 [PATCH 1/1] core-image-minimal: allow user to set size Trevor Woerner
@ 2014-03-20 21:09 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2014-03-20 21:09 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: patches, Patches and discussions about the oe-core layer

On Thu, Mar 20, 2014 at 6:06 PM, Trevor Woerner
<trevor.woerner@linaro.org> wrote:
> 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@linaro.org>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-20 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 21:06 [PATCH 1/1] core-image-minimal: allow user to set size Trevor Woerner
2014-03-20 21:09 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.