From patchwork Sun Apr 5 22:10:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 458299 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 C75FE140271 for ; Mon, 6 Apr 2015 08:10:27 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=y49OnVrp; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0ACCFA1C5D; Sun, 5 Apr 2015 22:10:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kSnnpFO9U6So; Sun, 5 Apr 2015 22:10:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 77C2FA1C6C; Sun, 5 Apr 2015 22:10:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DFA631BF984 for ; Sun, 5 Apr 2015 22:10:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DCC2F93728 for ; Sun, 5 Apr 2015 22:10:25 +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 uX3Y9xywWyJ1 for ; Sun, 5 Apr 2015 22:10:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) by hemlock.osuosl.org (Postfix) with ESMTPS id 01CDD9371B for ; Sun, 5 Apr 2015 22:10:24 +0000 (UTC) Received: by igbqf9 with SMTP id qf9so9462932igb.1 for ; Sun, 05 Apr 2015 15:10:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=9unAEo/izKoJGIx+TXepHKaT51cLnQlOW4vggBfBMaM=; b=y49OnVrpFgD5szgkYERVeKmHKzHz6xqdxeqH0UA4LMCzIl98yFLid3l5v+yL89BPnm dY4P1wj+94pE8M/u7XT8KrHqNu8TIf6/9t1t067nTHotDRyyd3axBim4kXBpJA/MH0r6 5Ply6++buDoFpj+1USP5+Ef3U3o5OFeL/s+1U8f/glLkcr0Pb4gVyEpK/TU1QufYTk2O ZlMhP/tt1z3xrOnSjrxs9uuOfJtljGQPjUpBWldiwiKvhQxHTmRnwox41AjN7FCm2eXF WkvGZfGszYoacvBQKrnvPfq/Q+3B/kg3eY9x5eKHgRGxe12QaiQyaiC4bg0jz+EOIWJj YMUg== X-Received: by 10.50.111.115 with SMTP id ih19mr18735215igb.47.1428271824460; Sun, 05 Apr 2015 15:10:24 -0700 (PDT) Received: from localhost.localdomain (50-83-61-125.client.mchsi.com. [50.83.61.125]) by mx.google.com with ESMTPSA id o8sm1750079igp.11.2015.04.05.15.10.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 05 Apr 2015 15:10:24 -0700 (PDT) From: Ryan Barnett To: buildroot@buildroot.org Date: Sun, 5 Apr 2015 17:10:10 -0500 Message-Id: <1428271811-27530-1-git-send-email-ryanbarnett3@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH v2 1/2] systemd: add option to enable kdbus support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" In the future when the kernel offically supports kdbus, this option should automatically enable the kernel kdbus config option(s). Signed-off-by: Ryan Barnett Tested-by: Mike Williams --- package/systemd/Config.in | 5 +++++ package/systemd/systemd.mk | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/package/systemd/Config.in b/package/systemd/Config.in index d00ac9d..0543b76 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -71,6 +71,11 @@ config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS Enable extra features for Systemd: journal compression and signing. +config BR2_PACKAGE_SYSTEMD_KDBUS + bool "enable kdbus support" + help + Enable kdbus support for Systemd. + config BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY bool "HTTP server for journal events" select BR2_PACKAGE_LIBMICROHTTPD diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 98bda02..81fe434 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -77,6 +77,12 @@ else SYSTEMD_CONF_OPTS += --disable-seccomp endif +ifeq ($(BR2_PACKAGE_SYSTEMD_KDBUS),y) +SYSTEMD_CONF_OPTS += --enable-kdbus +else +SYSTEMD_CONF_OPTS += --disable-kdbus +endif + ifeq ($(BR2_PACKAGE_SYSTEMD_ALL_EXTRAS),y) SYSTEMD_DEPENDENCIES += \ xz \