Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] Add common pieces to support musl as system C library alternative
@ 2014-05-29  7:00 Khem Raj
  2014-05-29  7:01 ` [PATCH 1/7] siteinfo, insane: Recognize musl specific triplets Khem Raj
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Khem Raj @ 2014-05-29  7:00 UTC (permalink / raw)
  To: openembedded-core

This patchset is part of musl support in config metadata and class metadata
there are more patches for individual recipes to let it build with musl but
those can be housed in a layer of its own. Once this common support is available
in OE-Core

The following changes since commit 32ac58819580d359e22161be1abf62215d202250:

  i2c-tools: Add i2c-tools to the core (2014-05-28 09:41:11 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/musl
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/musl

Khem Raj (7):
  siteinfo,insane: Recognize musl specific triplets
  tclibc-musl.inc: Add musl specific distro policy file
  multilib_header: Do not install mutlilib headers for musl
  image.bbclass: Remove dependency on ldconfig-native for musl
  cross-canadian.bbclass: Recognise musl
  gnu-config: Let it recognise *-*-musl* triplets
  layer.conf: Add musl to safe recipes for exclusion

 meta/classes/cross-canadian.bbclass                |  4 +-
 meta/classes/image.bbclass                         |  1 +
 meta/classes/insane.bbclass                        | 21 +++++++++
 meta/classes/multilib_header.bbclass               |  7 +++
 meta/classes/siteinfo.bbclass                      | 13 ++++++
 meta/conf/distro/include/tclibc-musl.inc           | 27 +++++++++++
 meta/conf/layer.conf                               |  1 +
 .../gnu-config/gnu-config/musl-support.patch       | 25 +++++++++++
 .../gnu-config/gnu-config_20120814.bb              |  1 +
 meta/site/common-musl                              | 52 ++++++++++++++++++++++
 10 files changed, 151 insertions(+), 1 deletion(-)
 create mode 100644 meta/conf/distro/include/tclibc-musl.inc
 create mode 100644 meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch
 create mode 100644 meta/site/common-musl

-- 
1.9.3



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

end of thread, other threads:[~2014-05-29  6:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29  7:00 [PATCH 0/7] Add common pieces to support musl as system C library alternative Khem Raj
2014-05-29  7:01 ` [PATCH 1/7] siteinfo, insane: Recognize musl specific triplets Khem Raj
2014-05-29  7:01 ` [PATCH 2/7] tclibc-musl.inc: Add musl specific distro policy file Khem Raj
2014-05-29  7:01 ` [PATCH 3/7] multilib_header: Do not install mutlilib headers for musl Khem Raj
2014-05-29  7:01 ` [PATCH 4/7] image.bbclass: Remove dependency on ldconfig-native " Khem Raj
2014-05-29  7:01 ` [PATCH 5/7] cross-canadian.bbclass: Recognise musl Khem Raj
2014-05-29  7:01 ` [PATCH 6/7] gnu-config: Let it recognise *-*-musl* triplets Khem Raj
2014-05-29  7:01 ` [PATCH 7/7] layer.conf: Add musl to safe recipes for exclusion Khem Raj

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