[poky] [PATCH] atom-pc.conf: Add live image type

Richard Purdie richard.purdie at linuxfoundation.org
Wed Aug 3 10:02:56 PDT 2011


On Tue, 2011-08-02 at 13:50 -0700, Saul Wold wrote:
> 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 at 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"

Merged to master, thanks.

Richard





More information about the poky mailing list