From patchwork Sun Feb 3 14:06:54 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: 217774 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0BF682C0092 for ; Mon, 4 Feb 2013 01:10:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CFAC2101AF9; Sun, 3 Feb 2013 14:10:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YIy1MJZ3MSxS; Sun, 3 Feb 2013 14:10:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 01001101DCE; Sun, 3 Feb 2013 14:07:53 +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 5CF058F753 for ; Sun, 3 Feb 2013 14:08:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0D88E8B4D7 for ; Sun, 3 Feb 2013 14:07:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46YBePt5EVb2 for ; Sun, 3 Feb 2013 14:07:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9FF168AC2B for ; Sun, 3 Feb 2013 14:07:40 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l13so1621274wie.4 for ; Sun, 03 Feb 2013 06:07:38 -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 :in-reply-to:references:in-reply-to:references; bh=dRVWuXEp9dYlbLSzijq1IlMYV0Rw09zyKAwl2yaOkg4=; b=BW4tKVg+MzLY4b1M0yiVNN3Y7WNU+tI4SE+7OVCEMsAPMJlZjUbc8LKAcCzd7BaMDq dUomZ5v3lpCvKpM/n10nKhV7KXQvpez6hX1Yrci/wN+9d5abeiZ8syASS/rpClBouaI4 +I2H7W6wMu0Cbxg47FeQD86inXElMt79YmkZOL1uDSRuby22MEPw/LHBGKUrnkR3K5kN eV6FRc4E1kaRoX2Q+lyVQyxGjYvlaTQUKLw+nY6zJdZ01K7gMGsVcnp/zmRe6uzTximV xwpreLbqfIp9hGMKOP6MfuE5ffdBTlIW/zFHGG2zHq5X4Xhh6iF7o6dFQyPUTtjpU7rr la8Q== X-Received: by 10.180.82.41 with SMTP id f9mr5863903wiy.25.1359900458818; Sun, 03 Feb 2013 06:07:38 -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 gy2sm2970685wib.3.2013.02.03.06.07.37 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 06:07:38 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 3 Feb 2013 15:06:54 +0100 Message-Id: <7121958a7efae08bbea8c9f00f5cb9884a10b571.1359899108.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 17/29] package/qemu: add BlueZ connectivity 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 Signed-off-by: "Yann E. MORIN" --- package/qemu/Config.in | 11 +++++++++++ package/qemu/qemu.mk | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletions(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index ec70d70..3ba80dc 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -136,6 +136,17 @@ config BR2_PACKAGE_QEMU_CURL comment "cURL support is not possible with static linking" depends on BR2_PREFER_STATIC_LIB +comment "Networking" + +config BR2_PACKAGE_QEMU_BLUEZ + bool "Enable BlueZ connectivity" + depends on BR2_PACKAGE_BLUEZ_UTILS + help + Say 'y' here to enable BlueZ (bluetooth) connectivity in QEMU. + +comment "BlueZ connectivity depends on bluez-utils" + depends on !BR2_PACKAGE_BLUEZ_UTILS + comment "Misc. features" config BR2_PACKAGE_QEMU_UUID diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index cbda3b6..0a4d408 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -169,6 +169,13 @@ else QEMU_OPTS += --disable-curl endif +ifeq ($(BR2_PACKAGE_QEMU_BLUEZ),y) +QEMU_OPTS += --enable-bluez +QEMU_DEPENDENCIES += bluez_utils +else +QEMU_OPTS += --disable-bluez +endif + ifeq ($(BR2_PACKAGE_QEMU_UUID),y) QEMU_OPTS += --enable-uuid QEMU_DEPENDENCIES += util-linux @@ -272,7 +279,6 @@ define QEMU_CONFIGURE_CMDS --disable-vnc-sasl \ --disable-brlapi \ --disable-fdt \ - --disable-bluez \ --disable-guest-base \ --disable-vde \ --disable-linux-aio \