All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] connman: disable for sparc
@ 2015-12-03 17:23 Waldemar Brodkorb
  2015-12-03 20:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2015-12-03 17:23 UTC (permalink / raw)
  To: buildroot

Connman uses __sync_fetch_and_add, which is not available for sparc.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/connman/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/connman/Config.in b/package/connman/Config.in
index ba238af..687d903 100644
--- a/package/connman/Config.in
+++ b/package/connman/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_CONNMAN
 	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
 	depends on BR2_USE_MMU # dbus, libglib2
 	depends on !BR2_STATIC_LIBS # needs dlopen()
+	depends on !BR2_sparc # needs atomic operation __sync_fetch_and_add
 	help
 	  The Connection Manager (ConnMan) project provides a daemon
 	  for managing internet connections within embedded devices
-- 
1.7.10.4

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

* [Buildroot] [PATCH] connman: disable for sparc
  2015-12-03 17:23 [Buildroot] [PATCH] connman: disable for sparc Waldemar Brodkorb
@ 2015-12-03 20:53 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-12-03 20:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Connman uses __sync_fetch_and_add, which is not available for sparc.

 > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

You forgot to add references to the autobuilder failures.

> ---
 >  package/connman/Config.in |    1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/connman/Config.in b/package/connman/Config.in
 > index ba238af..687d903 100644
 > --- a/package/connman/Config.in
 > +++ b/package/connman/Config.in
 > @@ -7,6 +7,7 @@ config BR2_PACKAGE_CONNMAN
 >  	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
 >  	depends on BR2_USE_MMU # dbus, libglib2
 >  	depends on !BR2_STATIC_LIBS # needs dlopen()
 > +	depends on !BR2_sparc # needs atomic operation __sync_fetch_and_add
 >  	help
 >  	  The Connection Manager (ConnMan) project provides a daemon
 >  	  for managing internet connections within embedded devices

We should also hide the toolchain comment on sparc.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-12-03 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-03 17:23 [Buildroot] [PATCH] connman: disable for sparc Waldemar Brodkorb
2015-12-03 20:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.