From patchwork Tue Jan 29 22:43:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 216684 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 949B02C009B for ; Wed, 30 Jan 2013 09:44:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 721E2A0139; Tue, 29 Jan 2013 22:44:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JBF1+VQP89LQ; Tue, 29 Jan 2013 22:44:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7528BA0226; Tue, 29 Jan 2013 22:44:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9A8508F753 for ; Tue, 29 Jan 2013 22:44:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 551FE8C72F for ; Tue, 29 Jan 2013 22:44:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ov9Iht+IfVAL for ; Tue, 29 Jan 2013 22:44:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 11BB78C720 for ; Tue, 29 Jan 2013 22:44:22 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hj13so2286316wib.7 for ; Tue, 29 Jan 2013 14:44:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=ywpHmSB6JARi9VihvrOflE5lI4oAu/t06gXnENgu0as=; b=juSabLp6rNSa24MMSelNHgF7HP8oFWeRgoLmEWwBYgYfOLPPrD9Ca5nBWG9cBDzvPb M1hnJPEptGS3Mc6O0YwbiEDSkwCxq329raQAyq9HeTfaTbv43QhAxW8H1cLVd6bCyCDC ClW/w2+hFZu5C3LV+ho5VWpdA7bDlkqbZTSBMtjpPREeKn/HU29qyZm77la2NPj9gNbW +b8RjiItkKzJLav3MU3efOjLXUuTznXgTAknUoUWbYEvl319dafyEbGBGxPfsXFGrn8m 3IVklnpiMXiyn2QbEp6qWTPTDycHHK2AM3V71FbdqqEIAQFC8l53lxjrBN0kV3yH+FEw 2CWw== X-Received: by 10.194.19.170 with SMTP id g10mr5144577wje.56.1359499461582; Tue, 29 Jan 2013 14:44:21 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-39-23.w90-32.abo.wanadoo.fr. [90.32.22.23]) by mx.google.com with ESMTPS id ge2sm5826459wib.4.2013.01.29.14.44.19 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 29 Jan 2013 14:44:20 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 29 Jan 2013 23:43:44 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request v2] Pull request for branch yem-target-qemu X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hello All! This series is the last part required to build QEMU for the target. It depends on the previous series that was just sent: - http://lists.busybox.net/pipermail/buildroot/2013-January/066369.html The philosophy behind this long series is to add a basic, non-configurable QEMU build (which is already complex as it is), then add features one by one to ease review. The latest patch, adding DTC, has been a bit controversial, but no final solution has been identified (as far as I remember), so I've kept it as-is. Hopefully, we'll have time to review and definitely ack/nack this series during the DevDay in Brussels. ;-) Changes v1 -> v2: - rebased ontop latest tree - fixed wreckage due to bump from QEMU 1.2.2 -> 1.3.0 - updated to QEMU 1.3.1 - added option to install QEMU tools on the target The following changes since commit 24a0d3a9cf23549854ea6830abc9e04a974e9900: package/dtc: add option to install programs (2013-01-29 23:21:12 +0100) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-target-qemu Yann E. MORIN (29): package/qemu: bump version to 1.3.1 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: add option to install tools on the target 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 | 334 +++++++++++++++++++++++++++++++++++ package/qemu/qemu-static-curl.patch | 72 ++++++++ package/qemu/qemu-static-sdl.patch | 54 ++++++ package/qemu/qemu.mk | 299 +++++++++++++++++++++++++++++++- 5 files changed, 759 insertions(+), 1 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