All of lore.kernel.org
 help / color / mirror / Atom feed
From: swee.aun.khor@intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/7] Support combination of MUSL and x32 build
Date: Thu,  6 Jul 2017 20:43:46 -0700	[thread overview]
Message-ID: <cover.1499394173.git.swee.aun.khor@intel.com> (raw)

From: sweeaun <swee.aun.khor@intel.com>

Modified infrastructure (bbclass) and fixed bugs on multiple recipes to 
enable combination of MUSL and x32 build.

The following changes since commit 754c03006943a219ffd417c36ab909b464f57f67:

  local.conf.sample: drop image-swab reference (2017-07-06 15:03:10 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib sweeaun/muslx32_patch2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sweeaun/muslx32_patch2

sweeaun (7):
  insane.bbclass: Support musl-x32
  siteinfo.bbclass: Support musl-x32
  gnu-efi: Support musl-x32 build
  grub-efi: Support musl-x32
  openssl: Support musl-x32 build
  perl: Support musl-x32 build
  libffi: Support musl-x32 build

 meta/classes/insane.bbclass                        |  5 +++-
 meta/classes/siteinfo.bbclass                      |  2 ++
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb          |  1 +
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |  2 ++
 meta/recipes-connectivity/openssl/openssl.inc      |  5 ++--
 meta/recipes-devtools/perl/perl_5.24.1.bb          |  2 +-
 .../0001-libffi-Support-musl-x32-build.patch       | 30 ++++++++++++++++++++++
 meta/recipes-support/libffi/libffi_3.2.1.bb        |  1 +
 8 files changed, 44 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-support/libffi/libffi/0001-libffi-Support-musl-x32-build.patch

-- 
2.7.4



             reply	other threads:[~2017-07-07 10:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07  3:43 swee.aun.khor [this message]
2017-07-07  3:43 ` [PATCH 1/7] insane.bbclass: Support musl-x32 swee.aun.khor
2017-07-07  3:43 ` [PATCH 2/7] siteinfo.bbclass: " swee.aun.khor
2017-07-07  3:43 ` [PATCH 3/7] gnu-efi: Support musl-x32 build swee.aun.khor
2017-07-07  3:43 ` [PATCH 4/7] grub-efi: Support musl-x32 swee.aun.khor
2017-07-07  3:43 ` [PATCH 5/7] openssl: Support musl-x32 build swee.aun.khor
2017-07-07  3:43 ` [PATCH 6/7] perl: " swee.aun.khor
2017-07-07  3:43 ` [PATCH 7/7] libffi: " swee.aun.khor

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.1499394173.git.swee.aun.khor@intel.com \
    --to=swee.aun.khor@intel.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 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.