From patchwork Fri Sep 20 12:24:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Le Bihan X-Patchwork-Id: 276418 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 D50722C0154 for ; Fri, 20 Sep 2013 22:26:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1212E32C53; Fri, 20 Sep 2013 12:26:19 +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 quGF6yrKtxNw; Fri, 20 Sep 2013 12:26:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 658B732C88; Fri, 20 Sep 2013 12:24:16 +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 F20E61BF9BD for ; Fri, 20 Sep 2013 12:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E8AFF8C86A for ; Fri, 20 Sep 2013 12:24:29 +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 DBbH9A6HZAy1 for ; Fri, 20 Sep 2013 12:24:29 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by whitealder.osuosl.org (Postfix) with ESMTP id 30F4C8C89C for ; Fri, 20 Sep 2013 12:24:27 +0000 (UTC) Received: from pc-eric.femto.urd1.local (unknown [217.128.73.13]) (Authenticated sender: eric.le.bihan.dev@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id AC0A2A6363 for ; Fri, 20 Sep 2013 14:24:22 +0200 (CEST) From: Eric Le Bihan To: buildroot@busybox.net Date: Fri, 20 Sep 2013 14:24:05 +0200 Message-Id: <1379679847-16141-5-git-send-email-eric.le.bihan.dev@free.fr> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1379679847-16141-1-git-send-email-eric.le.bihan.dev@free.fr> References: <1379679847-16141-1-git-send-email-eric.le.bihan.dev@free.fr> Subject: [Buildroot] [PATCH v2 4/6] systemd: set correct firmware search path 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: Eric Le Bihan --- package/systemd/systemd.mk | 1 + 1 file changed, 1 insertion(+) -- 1.7.9.5 diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index d371711..1afceed 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -34,6 +34,7 @@ SYSTEMD_CONF_OPT += \ --with-dbussessionservicedir=/usr/share/dbus-1/services \ --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ + --with-firmware-path=/lib/firmware \ --enable-split-usr \ --enable-introspection=no \ --disable-efi \