From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/29] package/qemu: build for the target (i386 or x86_64 only)
Date: Wed, 30 Jan 2013 09:25:14 +0100 [thread overview]
Message-ID: <20130130092514.6cc28821@skate> (raw)
In-Reply-To: <f188c40e460742e03046b1c37cdfb739371e7241.1359498903.git.yann.morin.1998@free.fr>
Dear Yann E. MORIN,
On Tue, 29 Jan 2013 23:43:46 +0100, Yann E. MORIN wrote:
> +# Note: although QEMU uses a ./configure script, it is not compatible with
> +# the traditional autotools options (eg. --target et al.), so we have
> +# to override the default provided by the autotools-package infra, and
> +# provide our own. Sigh... :-/
Then please do not use the autotools-package infrastructure for this
package. It doesn't use autoconf, it doesn't automake, it is *NOT*
autotools.
It is not because it happens to work *today* by just overriding the
QEMU_CONFIGURE_CMDS that it will continue to work tomorrow. For
example, look at the out-of-tree stuff I was working on: for autotools
packages, we will assume that out of tree build is supported, and that
it works in a certain way. Wouldn't this break the qemu package, which
pretends to be an autotools package, but in fact is not?
So, I've said this several times already: do not misuse package
infrastructures, even if it happens to "work" today. Do the right
thing, instead: qemu should use the generic-package infrastructure.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-01-30 8:25 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 22:43 [Buildroot] [pull request v2] Pull request for branch yem-target-qemu Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 01/29] package/qemu: bump version to 1.3.1 Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 02/29] package/qemu: build for the target (i386 or x86_64 only) Yann E. MORIN
2013-01-30 8:25 ` Thomas Petazzoni [this message]
2013-01-30 18:47 ` Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 03/29] package/qemu: add basic target selection Yann E. MORIN
2013-01-30 8:32 ` Thomas Petazzoni
2013-01-30 18:48 ` Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 04/29] package/qemu: add fine-grained " Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 05/29] package/qemu: add SDL frontends Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 06/29] package/qemu: add option to enable/disable the VNC frontend Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 07/29] package/qemu: add VNC jpeg and png compression Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 08/29] package/qemu: add VNC TLS-encryption Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 09/29] package/qemu: add option to not install blobs Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 10/29] package/qemu: add option to remove unwanted keymaps Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 11/29] package/qemu: add uuid support Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 12/29] package/qemu: add support for capabilities Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 13/29] package/qemu: add attr/xattr option Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 14/29] package/qemu: add support for virtfs Yann E. MORIN
2013-01-29 22:43 ` [Buildroot] [PATCH 15/29] package/qemu: add support for cURL Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 16/29] package/qemu: enable use of the curses frontend Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 17/29] package/qemu: add BlueZ connectivity Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 18/29] package/qemu: add AIO support Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 19/29] package/qemu: add support for VDE switches Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 20/29] package/qemu: add iSCSI support Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 21/29] package/qemu: add support for USB redirection Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 22/29] package/qemu: add support for Spice Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 23/29] package/qemu: enable sound Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 24/29] package/qemu: add support for libseccomp Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 25/29] package/qemu: option to build the docs Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 26/29] package/qemu: add option to install tools on the target Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 27/29] package/qemu: move sub-options into a sub-menu Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 28/29] package/qemu: enable a static build Yann E. MORIN
2013-01-29 22:44 ` [Buildroot] [PATCH 29/29] package/qemu: add support for FDT Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2013-02-03 14:06 [Buildroot] [pull request v3] Pull request for branch yem-target-qemu Yann E. MORIN
2013-02-03 14:06 ` [Buildroot] [PATCH 02/29] package/qemu: build for the target (i386 or x86_64 only) Yann E. MORIN
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=20130130092514.6cc28821@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.