Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] ppc/musl: Improve support
@ 2019-01-12  9:22 Serhey Popovych
  2019-01-12  9:22 ` [PATCH 1/4] systemd: Correctly check ENABLE_GSHADOW with if/endif Serhey Popovych
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Serhey Popovych @ 2019-01-12  9:22 UTC (permalink / raw)
  To: openembedded-core

This is followup set of improvements for recently merged musl on PowerPC
fixes. It fixes more issues discovered later after first series merged.

See individual commit message for details on each change presented.

Build tested following images with musl as libc:

  core-image-sato-dev
  core-image-full-cmdline

Boot tested using KVM-HV on IBM POWER8 and HVM-PR on old Power Mac G5.

Serhey Popovych (4):
  systemd: Correctly check ENABLE_GSHADOW with if/endif
  systemd: Use arch overrides instead of machine
  mpfr: Disable float128 when building with musl as libc
  valgrind: Mark powerpc64 with musl as incompatible

 ...user-util-properly-protect-use-of-gshadow.patch | 38 ++++++++++++++++++++++
 ...clude-gshadow-only-if-ENABLE_GSHADOW-is-1.patch | 29 -----------------
 ...se-if-instead-of-ifdef-for-ENABLE_GSHADOW.patch | 28 ++++++++++++++++
 meta/recipes-core/systemd/systemd_239.bb           |  9 ++---
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb  |  3 ++
 meta/recipes-support/mpfr/mpfr_4.0.1.bb            |  2 ++
 6 files changed, 76 insertions(+), 33 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0005-basic-user-util-properly-protect-use-of-gshadow.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0005-include-gshadow-only-if-ENABLE_GSHADOW-is-1.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0022-Use-if-instead-of-ifdef-for-ENABLE_GSHADOW.patch

-- 
2.7.4



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

end of thread, other threads:[~2019-01-12 18:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-12  9:22 [PATCH 0/4] ppc/musl: Improve support Serhey Popovych
2019-01-12  9:22 ` [PATCH 1/4] systemd: Correctly check ENABLE_GSHADOW with if/endif Serhey Popovych
2019-01-12  9:22 ` [PATCH 2/4] systemd: Use arch overrides instead of machine Serhey Popovych
2019-01-12 15:35   ` Khem Raj
2019-01-12  9:22 ` [PATCH 3/4] mpfr: Disable float128 when building with musl as libc Serhey Popovych
2019-01-12  9:22 ` [PATCH 4/4] valgrind: Mark powerpc64 with musl as incompatible Serhey Popovych
2019-01-12 15:29   ` Khem Raj
2019-01-12 16:53     ` Serhey Popovych
2019-01-12 18:30       ` Khem Raj

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