diff mbox series

[v1,2/2] dmidecode: Enable for aarch64

Message ID 5a39bc20074e6dc63b2e07c1114fa172160bf7e3.1532460521.git.geoff@infradead.org
State Accepted
Headers show
Series None | expand

Commit Message

Geoff Levand July 24, 2018, 7:32 p.m. UTC
arm64 systems support SMBIOS, so update the dmidecode config
to allow building dmidecode for arm64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---
 package/dmidecode/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 25, 2018, 8:53 p.m. UTC | #1
Hello,

On Tue, 24 Jul 2018 19:32:17 +0000, Geoff Levand wrote:
> arm64 systems support SMBIOS, so update the dmidecode config
> to allow building dmidecode for arm64.
> 
> Signed-off-by: Geoff Levand <geoff@infradead.org>
> ---
>  package/dmidecode/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 23, 2018, 7:18 p.m. UTC | #2
>>>>> "Geoff" == Geoff Levand <geoff@infradead.org> writes:

 > arm64 systems support SMBIOS, so update the dmidecode config
 > to allow building dmidecode for arm64.

 > Signed-off-by: Geoff Levand <geoff@infradead.org>

Committed to 2018.02.x and 2018.05.x, thanks.
diff mbox series

Patch

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