From patchwork Tue Jul 24 19:32:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 948796 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="pTNktZ4J"; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41ZpQy5Mhmz9s0R for ; Wed, 25 Jul 2018 05:32:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2B67026067; Tue, 24 Jul 2018 19:32:22 +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 jsXwWNDuZCDb; Tue, 24 Jul 2018 19:32:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DB5B72588A; Tue, 24 Jul 2018 19:32:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B2A1B1C284C for ; Tue, 24 Jul 2018 19:32:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B03348771B for ; Tue, 24 Jul 2018 19:32:19 +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 IytG2tj0WFiI for ; Tue, 24 Jul 2018 19:32:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by whitealder.osuosl.org (Postfix) with ESMTPS id 412B38770E for ; Tue, 24 Jul 2018 19:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:Message-Id: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=wHbASUXATFwUP6S2SDzxbJdxgEPeqYp908m0Is206BU=; b=pTNktZ4JwccDr9CayMMPt/WzQ fsCwa6Z2k/+cpWHduiYkmHKkUoxXCPUl73nQxXYLxJyBd5v4k21jKBaykEzZfP8c5kebzyULQ9vMf R5PNZSSHCnkCKgEpmV1waJbFyTwEztZDiS60kp2YtcbzpfXReoo8Gqg1Rl2cuch3yxzu29xihKbDM SWFwSOp161/AOPc0l6ZcJVwpFkwO5+Kd7RQYSGCmDnM72n5+5kirxWuzGV+o/g/9K1ZG+hK3+REVm cV6EdFxtKqkNJVUXnaqTiasEgaD4X9sX0v6AuB0WrSy5VuyL4CccJErkK9q+rRgeJNYz1D6MYYoHj 6hdCfDHNg==; Received: from geoff by merlin.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1fi32f-0003g4-UX; Tue, 24 Jul 2018 19:32:17 +0000 Message-Id: <5a39bc20074e6dc63b2e07c1114fa172160bf7e3.1532460521.git.geoff@infradead.org> From: Geoff Levand Patch-Date: Tue, 24 Jul 2018 12:00:00 -0700 To: thomas.petazzoni@free-electrons.com Date: Tue, 24 Jul 2018 19:32:17 +0000 Subject: [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@busybox.net MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" arm64 systems support SMBIOS, so update the dmidecode config to allow building dmidecode for arm64. Signed-off-by: Geoff Levand --- package/dmidecode/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dmidecode/Config.in b/package/dmidecode/Config.in index 22272ed294..58e7a785ce 100644 --- a/package/dmidecode/Config.in +++ b/package/dmidecode/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_DMIDECODE bool "dmidecode" - depends on BR2_i386 || BR2_x86_64 + depends on BR2_aarch64 || BR2_i386 || BR2_x86_64 help Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI