[Buildroot] [git commit branch/2018.11.x] package/lm-sensors: make ISA tools depend on x86

Peter Korsgaard peter at korsgaard.com
Fri Jan 18 13:29:24 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=a60172f6b6b3974e068d78c78ee95d005f424aba
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

The isadump and isaset tools are built for x86 targets only.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 31379277f739b00a4d2da631e16a2ebbb478ea89)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lm-sensors/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lm-sensors/Config.in b/package/lm-sensors/Config.in
index 60571b784f..a2e0275999 100644
--- a/package/lm-sensors/Config.in
+++ b/package/lm-sensors/Config.in
@@ -25,12 +25,14 @@ config BR2_PACKAGE_LM_SENSORS_FANCONTROL
 
 config BR2_PACKAGE_LM_SENSORS_ISADUMP
 	bool "isadump"
+	depends on BR2_i386 || BR2_x86_64
 	help
 	  Isadump is a small helper program to examine registers
 	  visible through the ISA bus.
 
 config BR2_PACKAGE_LM_SENSORS_ISASET
 	bool "isaset"
+	depends on BR2_i386 || BR2_x86_64
 	help
 	  Isaset is a small helper program to set register visible
 	  through the ISA bus.


More information about the buildroot mailing list