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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
