Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Support combination of MUSL and x32 build
@ 2017-07-07  3:43 swee.aun.khor
  2017-07-07  3:43 ` [PATCH 1/7] insane.bbclass: Support musl-x32 swee.aun.khor
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: swee.aun.khor @ 2017-07-07  3:43 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2017-07-07 10:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  3:43 [PATCH v2 0/7] Support combination of MUSL and x32 build swee.aun.khor
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

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