diff mbox series

[3/3] debian/control: Add device-tree-compiler as dependency for armel/armhf/arm64

Message ID 20210825152721.2818305-3-robh@kernel.org
State Accepted
Headers show
Series [1/3] Enable dt_sysinfo test for Power only | expand

Commit Message

Rob Herring (Arm) Aug. 25, 2021, 3:27 p.m. UTC
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 <robh@kernel.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung Aug. 25, 2021, 5:23 p.m. UTC | #1
On 2021-08-25 9:27 a.m., Rob Herring wrote:
> 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 <robh@kernel.org>
> ---
>  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
> 


Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu Sept. 7, 2021, 8:09 a.m. UTC | #2
On 8/25/21 11:27 PM, Rob Herring wrote:
> 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 <robh@kernel.org>
> ---
>  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
> 


Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

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