Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] Add common pieces to support musl as system C library alternative
Date: Thu, 29 May 2014 00:00:47 -0700	[thread overview]
Message-ID: <cover.1401346650.git.raj.khem@gmail.com> (raw)

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



             reply	other threads:[~2014-05-29  6:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29  7:00 Khem Raj [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1401346650.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox