From patchwork Wed Oct 24 21:25:58 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: 193987 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 889C52C009B for ; Thu, 25 Oct 2012 08:30:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 622D820227; Wed, 24 Oct 2012 21:30:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0aZeuXzSrxqY; Wed, 24 Oct 2012 21:30:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D817631066; Wed, 24 Oct 2012 21:30:47 +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 D76BE8F74A for ; Wed, 24 Oct 2012 21:27:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 81FB78C814 for ; Wed, 24 Oct 2012 21:27:08 +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 soAd8CRtbXyx for ; Wed, 24 Oct 2012 21:26:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id D20708C8F8 for ; Wed, 24 Oct 2012 21:26:48 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq12so757034wib.10 for ; Wed, 24 Oct 2012 14:26:48 -0700 (PDT) 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=XWd9+s2rl9FliLIcJwFtLw1BAqGHexP8FhlgNFjhVXE=; b=1EJxlRlmIdI/fDrf2xNydIGNAtQ9tikRS7UeoJYIpSTrJ5eEkhzDqlfgsWHjn1xlFl xdQr+RZIIzlhXHSSxh3Jzf3HBxgzJDRyoAmcjoAZQMqj/Esow/x530N7E7ZP46Yu//KY 5TzFz2XH9eWrWYZ6KusLhSlbDYbwEqUbWj84fimDLe4AhLxzrXthxvAU6tIalzljYpTr PLvSthw+bRiN5zpOGtc1HrDOt+8HNv7izsUJcaLtBlLhIt+rK57Iv0Zb4lfKiO0uy2Vi 6uBPllmGA2vJNeuN00iuWHWq/2HXFJe5ssFi0egIyvHj5fCKt5EPnmlntycpN6L8GCXV ePSQ== Received: by 10.216.195.144 with SMTP id p16mr9647273wen.174.1351114008471; Wed, 24 Oct 2012 14:26:48 -0700 (PDT) Received: from localhost.localdomain (ARennes-256-1-66-54.w90-32.abo.wanadoo.fr. [90.32.145.54]) by mx.google.com with ESMTPS id hb6sm6371161wib.7.2012.10.24.14.26.47 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 14:26:48 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Wed, 24 Oct 2012 23:25:58 +0200 Message-Id: <1351113973-17237-33-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1351113973-17237-1-git-send-email-yann.morin.1998@free.fr> References: <1351113973-17237-1-git-send-email-yann.morin.1998@free.fr> Cc: bjornar.ness@gmail.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 32/47] package/qemu: add attr/xattr option 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 | 6 ++++++ package/qemu/qemu.mk | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 6784d75..e15f14c 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -133,6 +133,12 @@ config BR2_PACKAGE_QEMU_CAP help Say 'y' here if you want QEMU to support capabilities. +config BR2_PACKAGE_QEMU_ATTR + bool "Enable attr and xattr" + help + Say 'y' here to have QEMU support attributes (attr) and eXtended + attibutes (xattr). + config BR2_PACKAGE_QEMU_BLOBS bool "Install binary blobs" default y diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index 56d0c3c..70d3f7e 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -100,6 +100,12 @@ QEMU_OPTS += --disable-cap-ng QEMU_VARS += cap=no endif +ifeq ($(BR2_PACKAGE_QEMU_ATTR),y) +QEMU_OPTS += --enable-attr +else +QEMU_OPTS += --disable-attr +endif + ifeq ($(BR2_PACKAGE_QEMU_BLOBS),) QEMU_OPTS += --disable-blobs endif @@ -177,7 +183,6 @@ define QEMU_CONFIGURE_CMDS --audio-card-list= \ --enable-kvm \ --enable-nptl \ - --enable-attr \ --enable-vhost-net \ --disable-xen \ --disable-slirp \