From: Saul Wold Date: Tue, 2 Aug 2011 20:50:48 +0000 (-0700) Subject: atom-pc.conf: Add live image type X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c68258e0018f5e0050fb82de7e33cdf99fb4fcbd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index 6ac012f2dfb..a0a81042491 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"