From patchwork Sun Dec 9 16:35:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 204741 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 5E0FB2C01FA for ; Mon, 10 Dec 2012 03:41:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 06505A0176; Sun, 9 Dec 2012 16:41:01 +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 G0juTwRmL8-t; Sun, 9 Dec 2012 16:40:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2EDC0A01FF; Sun, 9 Dec 2012 16:37:26 +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 67C8E8F74B for ; Sun, 9 Dec 2012 16:36:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 535C9884E1 for ; Sun, 9 Dec 2012 16:36:17 +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 3oVu2GVumS73 for ; Sun, 9 Dec 2012 16:36:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id ECC1381B94 for ; Sun, 9 Dec 2012 16:36:15 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so1081279wey.16 for ; Sun, 09 Dec 2012 08:36:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=uTJJxBH5pteyL+xy/GA3qHmikI9XH301HLHWS35kpA8=; b=yvYjZktq+fRujuEZNbBizViNBesjrDgBKuNB5+YpRen5fwBZELBe/7KttLoWIIshl+ 6hvkZ/u8hcW6C2L3YDfORcMjbbVwBix9QTTPNlXjZ9Bol54T95QcEoXj/oQa/qDqnfyH ICyjtn3iy7ZtccoVH94sU/qMHqNvvrspaJeJhyATYTtGLrfKDPGwWHEYpZfXqg0snIuf mv/0DZCx4EYhQhsUzBlcy47wpwjVzcTKXDSUeS+6PjaGbQM7UI8k65gkf53cQkGCmmp2 r2yB/w7Mz73VZuwiNg+bUDKuQPSbUpdrsvqtj3Qi+omTjklj8G5LFWTwqNpGmjxH6DUY DSEw== Received: by 10.216.203.165 with SMTP id f37mr1261791weo.95.1355070975423; Sun, 09 Dec 2012 08:36:15 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-76-30.w90-32.abo.wanadoo.fr. [90.32.155.30]) by mx.google.com with ESMTPS id fv2sm6587947wib.4.2012.12.09.08.36.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 08:36:14 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 9 Dec 2012 17:35:11 +0100 Message-Id: <1355070924-8009-39-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> References: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 38/51] 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 7b80c09..d513746 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -152,6 +152,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 ced6009..021bd32 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 @@ -276,7 +283,6 @@ define QEMU_CONFIGURE_CMDS --disable-vnc-sasl \ --disable-brlapi \ --disable-fdt \ - --disable-bluez \ --disable-guest-base \ --disable-vde \ --disable-linux-aio \