Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/6] Add toolchain knob for NPTL
@ 2014-02-18 21:08 Thomas Petazzoni
  2014-02-18 21:08 ` [Buildroot] [PATCH v2 1/6] toolchain: introduce a " Thomas Petazzoni
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2014-02-18 21:08 UTC (permalink / raw)
  To: buildroot

Hello,

This is v2 of the NPTL patch series. Changes since v1:

 * Made the comment string "NPTL" instead of "NPTL threads", as
   suggested by Thomas De Schampheleire.

 * Rebased on top of the next branch.

Original cover letter:

We have a growing number of packages that need pthread functions only
available when the NPTL implementation is used. But at the same time,
we have several architectures (AVR32, ARC, Blackfin and Xtensa) that
don't support NPTL.

This set of commits adds a new hidden toolchain config knob named
BR2_TOOLCHAIN_HAS_THREADS_NPTL, and uses it in four packages: three
were already having special conditions to more-or-less detect the
availability of NPTL, and one package (qt5) which fixes an autobuilder
failure.

Thomas

Thomas Petazzoni (6):
  toolchain: introduce a toolchain knob for NPTL
  docs/manual: indicate how to handle BR2_TOOLCHAIN_HAS_THREADS_NPTL
  rt-tests: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
  sconeserver: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
  tvheadend: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
  qt5: needs NPTL threads

 docs/manual/adding-packages-directory.txt |  7 ++++++-
 package/qt5/Config.in                     |  6 +++---
 package/rt-tests/Config.in                | 12 +++---------
 package/sconeserver/Config.in             | 12 +++---------
 package/tvheadend/Config.in               | 12 +++---------
 package/uclibc/Config.in                  |  1 +
 toolchain/Config.in                       |  2 ++
 toolchain/helpers.mk                      |  1 +
 toolchain/toolchain-common.in             |  3 +++
 toolchain/toolchain-external/Config.in    | 11 +++++++++++
 10 files changed, 36 insertions(+), 31 deletions(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2014-02-22 22:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 21:08 [Buildroot] [PATCH v2 0/6] Add toolchain knob for NPTL Thomas Petazzoni
2014-02-18 21:08 ` [Buildroot] [PATCH v2 1/6] toolchain: introduce a " Thomas Petazzoni
2014-02-19 17:22   ` Arnout Vandecappelle
2014-02-18 21:09 ` [Buildroot] [PATCH v2 2/6] docs/manual: indicate how to handle BR2_TOOLCHAIN_HAS_THREADS_NPTL Thomas Petazzoni
2014-02-18 22:36   ` Samuel Martin
2014-02-18 21:09 ` [Buildroot] [PATCH v2 3/6] rt-tests: use BR2_TOOLCHAIN_HAS_THREADS_NPTL Thomas Petazzoni
2014-02-19 17:43   ` Arnout Vandecappelle
2014-02-18 21:09 ` [Buildroot] [PATCH v2 4/6] sconeserver: " Thomas Petazzoni
2014-02-18 21:09 ` [Buildroot] [PATCH v2 5/6] tvheadend: " Thomas Petazzoni
2014-02-18 21:09 ` [Buildroot] [PATCH v2 6/6] qt5: needs NPTL threads Thomas Petazzoni
2014-02-19 17:45 ` [Buildroot] [PATCH v2 0/6] Add toolchain knob for NPTL Arnout Vandecappelle
2014-02-19 20:40   ` Thomas Petazzoni
2014-02-19 21:33     ` Arnout Vandecappelle
2014-02-22 22:42 ` Peter Korsgaard

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