From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch yem-target-qemu
Date: Sun, 16 Dec 2012 18:01:29 +0100 [thread overview]
Message-ID: <cover.1355677144.git.yann.morin.1998@free.fr> (raw)
Hello All!
This series is the last part required to build QEMU for the target.
It depends on the previous two series:
- git://gitorious.org/buildroot/buildroot.git yem-host-qemu-fixes
- git://gitorious.org/buildroot/buildroot.git yem-new-packages
The following changes since commit c89762fc711fda1836af3b7895a8760ffda66aa6:
Merge branches 'yem-new-packages' and 'yem-host-qemu-fixes' into yem-merge-for-target-qemu (2012-12-16 17:28:45 +0100)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem-target-qemu
Yann E. MORIN (27):
package/qemu: build for the target (i386 or x86_64 only)
package/qemu: add basic target selection
package/qemu: add fine-grained target selection
package/qemu: add SDL frontends
package/qemu: add option to enable/disable the VNC frontend
package/qemu: add VNC jpeg and png compression
package/qemu: add VNC TLS-encryption
package/qemu: add option to not install blobs
package/qemu: add option to remove unwanted keymaps
package/qemu: add uuid support
package/qemu: add support for capabilities
package/qemu: add attr/xattr option
package/qemu: add support for virtfs
package/qemu: add support for cURL
package/qemu: enable use of the curses frontend
package/qemu: add BlueZ connectivity
package/qemu: add AIO support
package/qemu: add support for VDE switches
package/qemu: add iSCSI support
package/qemu: add support for USB redirection
package/qemu: add support for Spice
package/qemu: enable sound
package/qemu: add support for libseccomp
package/qemu: option to build the docs
package/qemu: move sub-options into a sub-menu
package/qemu: enable a static build
package/qemu: add support for FDT
package/Config.in | 1 +
package/qemu/Config.in | 338 +++++++++++++++++++++++++++++++++++
package/qemu/qemu-static-curl.patch | 72 ++++++++
package/qemu/qemu-static-sdl.patch | 54 ++++++
package/qemu/qemu.mk | 290 ++++++++++++++++++++++++++++++
5 files changed, 755 insertions(+), 0 deletions(-)
create mode 100644 package/qemu/Config.in
create mode 100644 package/qemu/qemu-static-curl.patch
create mode 100644 package/qemu/qemu-static-sdl.patch
Regards,
Yann E. MORIN
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2012-12-16 17:01 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-16 17:01 Yann E. MORIN [this message]
2012-12-16 17:01 ` [Buildroot] [PATCH 01/27] package/qemu: build for the target (i386 or x86_64 only) Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 02/27] package/qemu: add basic target selection Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 03/27] package/qemu: add fine-grained " Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 04/27] package/qemu: add SDL frontends Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 05/27] package/qemu: add option to enable/disable the VNC frontend Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 06/27] package/qemu: add VNC jpeg and png compression Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 07/27] package/qemu: add VNC TLS-encryption Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 08/27] package/qemu: add option to not install blobs Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 09/27] package/qemu: add option to remove unwanted keymaps Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 10/27] package/qemu: add uuid support Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 11/27] package/qemu: add support for capabilities Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 12/27] package/qemu: add attr/xattr option Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 13/27] package/qemu: add support for virtfs Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 14/27] package/qemu: add support for cURL Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 15/27] package/qemu: enable use of the curses frontend Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 16/27] package/qemu: add BlueZ connectivity Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 17/27] package/qemu: add AIO support Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 18/27] package/qemu: add support for VDE switches Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 19/27] package/qemu: add iSCSI support Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 20/27] package/qemu: add support for USB redirection Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 21/27] package/qemu: add support for Spice Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 22/27] package/qemu: enable sound Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 23/27] package/qemu: add support for libseccomp Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 24/27] package/qemu: option to build the docs Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 25/27] package/qemu: move sub-options into a sub-menu Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 26/27] package/qemu: enable a static build Yann E. MORIN
2012-12-16 23:22 ` Yann E. MORIN
2012-12-16 17:01 ` [Buildroot] [PATCH 27/27] package/qemu: add support for FDT 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=cover.1355677144.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox