From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Tom Rini <trini@ti.com>
Subject: Re: [PATCH v3] qemu.inc: Use '+=' for IMAGE_FSTYPES
Date: Tue, 03 Apr 2012 16:00:37 -0700 [thread overview]
Message-ID: <4F7B8115.4050508@linux.intel.com> (raw)
In-Reply-To: <1333041568-29343-1-git-send-email-trini@ti.com>
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!
next prev parent reply other threads:[~2012-04-03 23:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2012-04-03 22:59 ` [PATCH v2] qemu.inc: Use '=+' " Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F7B8115.4050508@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=trini@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.