Commit d517415b authored by Ryan Barnett's avatar Ryan Barnett Committed by Peter Korsgaard
Browse files

gpsd: disable for microblaze arch

gpsd will fail on an internal compiler error for the microblaze
architecture so disabling it on that architecture.

Fixes:
  http://autobuild.buildroot.org/results/42d/42da870722f24e4202d8265597771a0449e74cfd



[Peter: add comment explaining why]
Signed-off-by: default avatarRyan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 262a4c0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
comment "gpsd needs a toolchain w/ threads"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_microblaze

config BR2_PACKAGE_GPSD
	bool "gpsd"
	# Uses fork()
	depends on BR2_USE_MMU
	depends on BR2_TOOLCHAIN_HAS_THREADS
	# triggers gcc ice
	depends on !BR2_microblaze
	help
	  gpsd is a service daemon that monitors one or more GPSes or AIS
	  receivers attached to a host computer through serial or USB ports,
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ config BR2_PACKAGE_SCONESERVER_LOCATION
	bool "location"
	depends on BR2_USE_MMU # gpsd
	depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
	depends on !BR2_microblaze # gpsd
	select BR2_PACKAGE_GPSD
	help
	  Location module for Sconeserver