[Buildroot] [git commit branch/2018.05.x] dmidecode: enable for aarch64

Peter Korsgaard peter at korsgaard.com
Thu Aug 23 19:18:48 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=2f037fd5ea888d0cd8123036c2cc99cee8516eb5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x

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

Signed-off-by: Geoff Levand <geoff at infradead.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 6e00a671bc227a8e567f485df9ccdbefb9a1d5c6)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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


More information about the buildroot mailing list