All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [Jethro/master] Fix prelink support
@ 2015-11-03  0:07 Mark Hatle
  2015-11-03  0:07 ` [PATCH 1/4] glibc: Fix ld.so / prelink interface for ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA Mark Hatle
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mark Hatle @ 2015-11-03  0:07 UTC (permalink / raw)
  To: openembedded-core

Fix prelink support for Jethro/Master.

* Fix glibc defect with it's prelink API
* Fix GCC configuration for PowerPC (32-bit)
* Update to newer prelink release (fix IA32, ARM and MIPS)
* Revert image-prelink being disabled

Changes are availabe in the git repository at:

git://git.yoctoproject.org/poky-contrib mhatle/jethro_prelink


Mark Hatle (4):
  glibc: Fix ld.so / prelink interface for
    ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
  gcc: Update default Power GCC settings to use secure-plt
  prelink: Fix various prelink issues on IA32, ARM, and MIPS.
  Revert "local.conf.sample: Disable image-prelink by default"

 meta/conf/local.conf.sample                        |  4 +-
 ...TYPE_CLASS_EXTERN_PROTECTED_DATA-for-prel.patch | 84 ++++++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.22.bb              |  1 +
 meta/recipes-devtools/gcc/gcc-common.inc           |  5 ++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |  1 +
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |  1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |  4 +-
 7 files changed, 95 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/0028-Clear-ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA-for-prel.patch

-- 
1.9.3



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

end of thread, other threads:[~2015-11-03  4:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03  0:07 [PATCH 0/4] [Jethro/master] Fix prelink support Mark Hatle
2015-11-03  0:07 ` [PATCH 1/4] glibc: Fix ld.so / prelink interface for ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA Mark Hatle
2015-11-03  0:07 ` [PATCH 2/4] gcc: Update default Power GCC settings to use secure-plt Mark Hatle
2015-11-03  0:07 ` [PATCH 3/4] prelink: Fix various prelink issues on IA32, ARM, and MIPS Mark Hatle
2015-11-03  0:07 ` [PATCH 4/4] Revert "local.conf.sample: Disable image-prelink by default" Mark Hatle
2015-11-03  0:10   ` Khem Raj
2015-11-03  2:04     ` Mark Hatle
2015-11-03  4:52       ` Khem Raj

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.