All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atom-pc.conf: Add live image type
@ 2011-08-02 20:50 Saul Wold
  2011-08-02 22:34 ` Kumar Gala
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Saul Wold @ 2011-08-02 20:50 UTC (permalink / raw)
  To: poky

This change will cause the live image to be built by default
No longer is it necessary to build a -live image type.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta-yocto/conf/machine/atom-pc.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf
index 6ac012f..a0a8104 100644
--- a/meta-yocto/conf/machine/atom-pc.conf
+++ b/meta-yocto/conf/machine/atom-pc.conf
@@ -28,7 +28,7 @@ XSERVER ?= "xserver-xf86-dri-lite \
 
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
 
-IMAGE_FSTYPES ?= "ext3 cpio.gz"
+IMAGE_FSTYPES ?= "ext3 cpio.gz live"
 
 APPEND += "usbcore.autosuspend=1"
 
-- 
1.7.3.4



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

end of thread, other threads:[~2011-08-03 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 20:50 [PATCH] atom-pc.conf: Add live image type Saul Wold
2011-08-02 22:34 ` Kumar Gala
2011-08-03  0:00   ` Saul Wold
2011-08-02 23:03 ` Flanagan, Elizabeth
2011-08-03 17:02 ` Richard Purdie

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.