All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES
@ 2012-03-28 18:12 Tom Rini
  2012-03-29 17:19 ` [PATCH v3] qemu.inc: Use '+=' " Tom Rini
  2012-04-03 22:59 ` [PATCH v2] qemu.inc: Use '=+' " Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Rini @ 2012-03-28 18:12 UTC (permalink / raw)
  To: openembedded-core

As per
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html
a machine conf file should use '=+' to set IMAGE_FSTYPES.

Signed-off-by: Tom Rini <trini@ti.com>
---
 meta/conf/machine/include/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 10ab76e..a34477c 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
 
 MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
 
-IMAGE_FSTYPES ?= "tar.bz2 ext3"
+IMAGE_FSTYPES =+ "tar.bz2 ext3"
 
 ROOT_FLASH_SIZE = "280"
 
-- 
1.7.0.4




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

* [PATCH v3] qemu.inc: Use '+=' for IMAGE_FSTYPES
  2012-03-28 18:12 [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES Tom Rini
@ 2012-03-29 17:19 ` Tom Rini
  2012-04-03 23:00   ` Saul Wold
  2012-04-03 22:59 ` [PATCH v2] qemu.inc: Use '=+' " Saul Wold
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2012-03-29 17:19 UTC (permalink / raw)
  To: openembedded-core

As per
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html
a machine conf file should use '+=' to set IMAGE_FSTYPES.

Signed-off-by: Tom Rini <trini@ti.com>
---
 meta/conf/machine/include/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 10ab76e..66b0caa 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
 
 MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
 
-IMAGE_FSTYPES ?= "tar.bz2 ext3"
+IMAGE_FSTYPES += "tar.bz2 ext3"
 
 ROOT_FLASH_SIZE = "280"
 
-- 
1.7.0.4




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

* Re: [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES
  2012-03-28 18:12 [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES Tom Rini
  2012-03-29 17:19 ` [PATCH v3] qemu.inc: Use '+=' " Tom Rini
@ 2012-04-03 22:59 ` Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-04-03 22:59 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Tom Rini

On 03/28/2012 11:12 AM, Tom Rini wrote:
> As per
> http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html
> a machine conf file should use '=+' to set IMAGE_FSTYPES.
>
> Signed-off-by: Tom Rini<trini@ti.com>
> ---
>   meta/conf/machine/include/qemu.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
> index 10ab76e..a34477c 100644
> --- a/meta/conf/machine/include/qemu.inc
> +++ b/meta/conf/machine/include/qemu.inc
> @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
>
>   MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
>
> -IMAGE_FSTYPES ?= "tar.bz2 ext3"
> +IMAGE_FSTYPES =+ "tar.bz2 ext3"
>
>   ROOT_FLASH_SIZE = "280"
>

Merged into OE-Core

Thanks
	Sau!



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

* Re: [PATCH v3] qemu.inc: Use '+=' for IMAGE_FSTYPES
  2012-03-29 17:19 ` [PATCH v3] qemu.inc: Use '+=' " Tom Rini
@ 2012-04-03 23:00   ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-04-03 23:00 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Tom Rini

On 03/29/2012 10:19 AM, Tom Rini wrote:
> As per
> http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html
> a machine conf file should use '+=' to set IMAGE_FSTYPES.
>
> Signed-off-by: Tom Rini<trini@ti.com>
> ---
>   meta/conf/machine/include/qemu.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
> index 10ab76e..66b0caa 100644
> --- a/meta/conf/machine/include/qemu.inc
> +++ b/meta/conf/machine/include/qemu.inc
> @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
>
>   MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
>
> -IMAGE_FSTYPES ?= "tar.bz2 ext3"
> +IMAGE_FSTYPES += "tar.bz2 ext3"
>
>   ROOT_FLASH_SIZE = "280"
>

This is the one that was really merged!  Sorry for the confusion

Sau!



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

end of thread, other threads:[~2012-04-03 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 18:12 [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES Tom Rini
2012-03-29 17:19 ` [PATCH v3] qemu.inc: Use '+=' " Tom Rini
2012-04-03 23:00   ` Saul Wold
2012-04-03 22:59 ` [PATCH v2] qemu.inc: Use '=+' " Saul Wold

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.