diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-02 13:50:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 18:02:41 +0100 |
commit | 6f93e348663347c2b792cc43ffce717480790416 (patch) | |
tree | 16b803ce802f0dff6b95db4f6ed0dd5d9a71de36 /meta-yocto/conf | |
parent | a01e3120f5772f9d3af1cb40573442589514dcd5 (diff) | |
download | poky-6f93e348663347c2b792cc43ffce717480790416.tar.gz |
atom-pc.conf: Add live image type
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | 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 6ac012f2df..a0a8104249 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 \ | |||
28 | 28 | ||
29 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 29 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
30 | 30 | ||
31 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | 31 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |
32 | 32 | ||
33 | APPEND += "usbcore.autosuspend=1" | 33 | APPEND += "usbcore.autosuspend=1" |
34 | 34 | ||