From patchwork Wed Aug 25 15:27:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 1520842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Gvqgw66cCz9sW8 for ; Thu, 26 Aug 2021 01:31:08 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1mIurp-0002EQ-MW; Wed, 25 Aug 2021 15:31:05 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1mIuoJ-0001sg-2j for fwts-devel@lists.ubuntu.com; Wed, 25 Aug 2021 15:27:27 +0000 Received: by mail-ot1-f44.google.com with SMTP id m7-20020a9d4c87000000b0051875f56b95so55338987otf.6 for ; Wed, 25 Aug 2021 08:27:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GUyFPbxypDod9Bgax1WpWaioZCli7mK6clpunwfhx4c=; b=tMb6yeaLYMQWd09Y3y1x5zxas44aPxcy8CVHDSfXXdBsTvRgl+6/a3wWvgBsA9lE4r FDeHQC1attLtoBFoz3T/vvWERIxeF/0XFDBZ9dh0AsZUrKNwvyufssmtgxfb3u9wCpHc M0jrgoYa1zG++eQRt5gpv1l+vXqZWnmCQXUhVPCAXED++WrRYBkUMjPtQBrgsrk32Yfu xOTIURLZ4LdqkTs3oJT5veabTyB3+ku+oGePvsgQDMrgM0+so3fZccl7E+IsaGmR4z36 vSfL3IMNzkgRCU0z07d2eu60pJRzFgnu435nJmHp2Jqtgr6DGXeIjwVQXg/bLdMeO6L5 wmRQ== X-Gm-Message-State: AOAM531vnvCiw0j+E2Y+a2vRVQfbOlzT7BnEGmc0gxcTyBEKRB1c6g1p Lfe/6qsRut8+x0JYc9Z+dC0rtj8PMQ== X-Google-Smtp-Source: ABdhPJwPOMSRK3twPw67WyOwlIDXoJ7xXHCswkstsIC03kX0PwJK4ANI7OtWB03JdBjPZBI6zNaw7Q== X-Received: by 2002:a9d:4785:: with SMTP id b5mr37338792otf.188.1629905245209; Wed, 25 Aug 2021 08:27:25 -0700 (PDT) Received: from xps15.herring.priv (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.googlemail.com with ESMTPSA id o8sm19294oiw.55.2021.08.25.08.27.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Aug 2021 08:27:24 -0700 (PDT) From: Rob Herring To: fwts-devel@lists.ubuntu.com Subject: [PATCH 3/3] debian/control: Add device-tree-compiler as dependency for armel/armhf/arm64 Date: Wed, 25 Aug 2021 10:27:21 -0500 Message-Id: <20210825152721.2818305-3-robh@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210825152721.2818305-1-robh@kernel.org> References: <20210825152721.2818305-1-robh@kernel.org> MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.210.44; envelope-from=robherring2@gmail.com; helo=mail-ot1-f44.google.com X-Mailman-Approved-At: Wed, 25 Aug 2021 15:31:04 +0000 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Grant Likely Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Other than SBSA compliant systems using ACPI, many Arm based platforms use Devicetree, so make device-tree-compiler a dependency for Arm architectures too. Signed-off-by: Rob Herring Acked-by: Alex Hung Acked-by: Ivan Hu --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9325c96eae61..576829eef07a 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: libfwtsiasl1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, pciutils, - device-tree-compiler [ppc64el powerpc] + device-tree-compiler [armel armhf arm64 ppc64el powerpc] Suggests: dmidecode Description: FirmWare Test Suite This is a firmware test suite that performs sanity checks on system