diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-02 13:50:48 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-03 18:48:42 -0700 |
commit | 28d277753c5b0163793f0dda65dfb4fcb9585cb6 (patch) | |
tree | 04f6d15e337cb54139076236102a3900d88b9769 | |
parent | 1160743112489958186d38f6f2e3b225461bec4f (diff) | |
download | poky-28d277753c5b0163793f0dda65dfb4fcb9585cb6.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>
-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 | ||