All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atom-pc.conf: Add live image type
@ 2011-08-02 20:50 Saul Wold
  2011-08-02 22:34 ` Kumar Gala
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Saul Wold @ 2011-08-02 20:50 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] atom-pc.conf: Add live image type
  2011-08-02 20:50 [PATCH] atom-pc.conf: Add live image type Saul Wold
@ 2011-08-02 22:34 ` Kumar Gala
  2011-08-03  0:00   ` Saul Wold
  2011-08-02 23:03 ` Flanagan, Elizabeth
  2011-08-03 17:02 ` Richard Purdie
  2 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2011-08-02 22:34 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky


On Aug 2, 2011, at 3:50 PM, 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@linux.intel.com>
> ---
> meta-yocto/conf/machine/atom-pc.conf |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

What's a live image?

- k


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] atom-pc.conf: Add live image type
  2011-08-02 20:50 [PATCH] atom-pc.conf: Add live image type Saul Wold
  2011-08-02 22:34 ` Kumar Gala
@ 2011-08-02 23:03 ` Flanagan, Elizabeth
  2011-08-03 17:02 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Flanagan, Elizabeth @ 2011-08-02 23:03 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

I've fixed this on the autobuilder so we don't generate the -live
images. Once I get a moment for restart, this will go in.

-b

On Tue, Aug 2, 2011 at 1:50 PM, Saul Wold <sgw@linux.intel.com> 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@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"
>
> --
> 1.7.3.4
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] atom-pc.conf: Add live image type
  2011-08-02 22:34 ` Kumar Gala
@ 2011-08-03  0:00   ` Saul Wold
  0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-08-03  0:00 UTC (permalink / raw)
  To: Kumar Gala; +Cc: poky

On 08/02/2011 03:34 PM, Kumar Gala wrote:
>
> On Aug 2, 2011, at 3:50 PM, 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@linux.intel.com>
>> ---
>> meta-yocto/conf/machine/atom-pc.conf |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> What's a live image?
>
This is a replacement for the core-image-minimal-live type of image, so 
instead of having to have two targets to build you can specify "live" in 
IMAGE_FSTYPES

This will generate a bootable image (currently uses syslinux) for x86 
based targets.  Currently not really valid for other arches because live 
means different things for those machines.

Sau!

> - k
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] atom-pc.conf: Add live image type
  2011-08-02 20:50 [PATCH] atom-pc.conf: Add live image type Saul Wold
  2011-08-02 22:34 ` Kumar Gala
  2011-08-02 23:03 ` Flanagan, Elizabeth
@ 2011-08-03 17:02 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-08-03 17:02 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-03 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 20:50 [PATCH] atom-pc.conf: Add live image type Saul Wold
2011-08-02 22:34 ` Kumar Gala
2011-08-03  0:00   ` Saul Wold
2011-08-02 23:03 ` Flanagan, Elizabeth
2011-08-03 17:02 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.