* [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64
@ 2018-07-24 19:32 Geoff Levand
2018-07-25 20:53 ` Thomas Petazzoni
2018-08-23 19:18 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Geoff Levand @ 2018-07-24 19:32 UTC (permalink / raw)
To: buildroot
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(-)
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
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64
2018-07-24 19:32 [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64 Geoff Levand
@ 2018-07-25 20:53 ` Thomas Petazzoni
2018-08-23 19:18 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-07-25 20:53 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64
2018-07-24 19:32 [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64 Geoff Levand
2018-07-25 20:53 ` Thomas Petazzoni
@ 2018-08-23 19:18 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-23 19:18 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-23 19:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24 19:32 [Buildroot] [PATCH v1 2/2] dmidecode: Enable for aarch64 Geoff Levand
2018-07-25 20:53 ` Thomas Petazzoni
2018-08-23 19:18 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox