Message ID | 20210825152721.2818305-3-robh@kernel.org |
---|---|
State | Accepted |
Headers | show |
Series | [1/3] Enable dt_sysinfo test for Power only | expand |
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>
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 --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
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(-)