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>
This commit is contained in:
Saul Wold 2011-08-02 13:50:48 -07:00 committed by Richard Purdie
parent a01e3120f5
commit 6f93e34866
1 changed files with 1 additions and 1 deletions

View File

@ -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"