Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gpsd: disallow NMEA2000 CAN driver on AVR32
@ 2014-02-21 11:13 Thomas Petazzoni
  2014-02-21 11:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2014-02-21 11:13 UTC (permalink / raw)
  To: buildroot

AVR32 is using uClibc 0.9.31, which lacks some CAN related definitions
that prevent the gpsd nmea2000 driver from building.

The rest of gpsd, with all options and drivers enabled, builds fine on
AVR32.

Fixes:

  http://autobuild.buildroot.org/results/ee2/ee2ec848e893f08fa80caf99a67e68b73b6400e8/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/gpsd/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index 00a8a13..fbbf7a9 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -174,6 +174,9 @@ config BR2_PACKAGE_GPSD_NMEA2000
 	bool "NMEA2000"
 	select BR2_PACKAGE_GPSD_NAVCOM
 	select BR2_PACKAGE_GPSD_AIVDM
+	# uClibc 0.9.31, used on AVR32, does not have the necessary
+	# CAN definitions.
+	depends on !BR2_avr32
 	help
 	  NMEA2000/CAN support
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] gpsd: disallow NMEA2000 CAN driver on AVR32
  2014-02-21 11:13 [Buildroot] [PATCH] gpsd: disallow NMEA2000 CAN driver on AVR32 Thomas Petazzoni
@ 2014-02-21 11:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-02-21 11:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > AVR32 is using uClibc 0.9.31, which lacks some CAN related definitions
 > that prevent the gpsd nmea2000 driver from building.

 > The rest of gpsd, with all options and drivers enabled, builds fine on
 > AVR32.

 > Fixes:

 >   http://autobuild.buildroot.org/results/ee2/ee2ec848e893f08fa80caf99a67e68b73b6400e8/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-21 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21 11:13 [Buildroot] [PATCH] gpsd: disallow NMEA2000 CAN driver on AVR32 Thomas Petazzoni
2014-02-21 11:44 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox