From patchwork Mon Sep 17 20:50:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] eglibc bugfixes for e5500 and systemd Date: Mon, 17 Sep 2012 20:50:32 -0000 From: Khem Raj X-Patchwork-Id: 36657 Message-Id: To: openembedded-core@lists.openembedded.org This patchset addressed two bugs in eglibc on powerpc one where we would get fsqrt intruction emitted into libm code on e5500/64bit and second problem where systemd 189+ would not build on powerpc due to missing defines in fcntl.h for ppc. The following changes since commit 7887b99646d8e1e736ad6e4a306e47df9955221e: local.conf.sample: change valgrind support architecture comment (2012-09-14 17:05:59 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-fixes http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-fixes Khem Raj (2): eglibc: Fix fcntl.h for powerpc eglibc: Do not use fsqrt in libm when building for fsl ppc with fpu ..._handle_at-open_by_handle-etc.-to-PowerPC.patch | 65 ++++++++++++++++++++ .../eglibc/eglibc-2.16/fsl-ppc-no-fsqrt.patch | 44 +++++++++++++ meta/recipes-core/eglibc/eglibc_2.16.bb | 4 +- 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/fsl-ppc-no-fsqrt.patch