From: Saul Wold <sgw@linux.intel.com>
To: Ming Liu <ming.liu@windriver.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] qemu: explicitly disable xen support
Date: Wed, 13 Nov 2013 10:28:26 -0800 [thread overview]
Message-ID: <5283C4CA.2020400@linux.intel.com> (raw)
In-Reply-To: <1384330547-1638-1-git-send-email-ming.liu@windriver.com>
On 11/13/2013 12:15 AM, Ming Liu wrote:
> We don't make use of xen and when building on Ubuntu 13.04 when
> libxen-dev is installed on the build host you will get errors like the
> following:
>
> | /usr/include/x86_64-linux-gnu/bits/string3.h:81: warning: memset used with constant zero length parameter; this could be due to transposed parameters
> | /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxenguest.so: undefined reference to `lzma_alone_decoder@XZ_5.0'
> | /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxenguest.so: undefined reference to `lzma_code@XZ_5.0'
> | /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxenguest.so: undefined reference to `lzma_stream_decoder@XZ_5.0'
> | /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxenguest.so: undefined reference to `lzma_end@XZ_5.0'
>
> This change disables xen for both -native and target packages but
> since it is a PACKAGECONFIG a user could tune this to have xen support
> in the target package.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> Signed-off-by: Ming Liu <ming.liu@windriver.com>
> ---
> meta/recipes-devtools/qemu/qemu.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
> index 702fe01..95a3aa3 100644
> --- a/meta/recipes-devtools/qemu/qemu.inc
> +++ b/meta/recipes-devtools/qemu/qemu.inc
> @@ -79,6 +79,7 @@ do_install_append() {
> PACKAGECONFIG ??= ""
> PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr,"
> PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio,"
> +PACKAGECONFIG[xen] = "--enable-xen, --disable-xen,,"
>
If enabled what dependencies or rdepends does it need? liblzma seems
like it might be one.
Sau!
> # Qemu target will not build in world build for ARM or Mips
> BROKEN_qemuarm = "1"
>
next prev parent reply other threads:[~2013-11-13 18:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-13 8:15 [PATCH] qemu: explicitly disable xen support Ming Liu
2013-11-13 18:28 ` Saul Wold [this message]
2013-11-14 1:55 ` Ming Liu
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=5283C4CA.2020400@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=ming.liu@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/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.