[OE-core] [PATCH 0/6] gdb/binutils minor upgrades and misc

Khem Raj raj.khem at gmail.com
Fri May 29 17:32:08 UTC 2015


This patchset has following

gdb minor upgrade to 7.9.1

binutils move to latest tip on 2.25 stable branch, it gets
the issue where copy relocations against protected symbols don't work
with bfd ld and gcc 5.0 on x86/x86-64 it could help with remaining build problem
with gcc5 seen on x86/x86-64  this also helps musl based systems
which suffer from same issue with gcc-5. This patch needs some runtime
testing with gcc 4.9 though

glibc patch is needed for non glibc libcs to be able to build in OE-core
currently its broken for uclibc and musl

Runqemu patch is required for newer versions of wayland/weston to work
after switching to libinput. I have tested it on weston/wayaland and on
x11/gnome image it worked ok.

alsa-plugins is a build break fix

openssl is a refresh of the last patch as a upstream backport no functional change

Khem Raj (6):
  glibc: ignore for musl/uclibc but only for target recipes
  runqemu-internal: Replace wacom-tablet with tablet for usbdevice
  openssl: Backport upstreamed version of patch to fix build on mips64
  alsa-plugins: Install 99-pulseaudio-default.conf when pulseaudio is
    enabled
  gdb: Minor upgrade to 7.9.1
  binutils: Update to tip of 2.25 branch

 ...ine-GCC_VERSION-macro-to-cover-upto-gcc-5.patch | 53 ----------------------
 ...lcl.h-fix-MIPS-specific-gcc-version-check.patch | 30 ++++++++++++
 .../recipes-connectivity/openssl/openssl_1.0.2a.bb |  2 +-
 meta/recipes-core/glibc/glibc-collateral.inc       |  3 ++
 meta/recipes-core/glibc/glibc_2.21.bb              |  9 ++--
 meta/recipes-devtools/binutils/binutils-2.25.inc   |  4 +-
 ...-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch} |  0
 .../gdb/{gdb-7.9.inc => gdb-7.9.1.inc}             |  4 +-
 ...canadian_7.9.bb => gdb-cross-canadian_7.9.1.bb} |  0
 .../gdb/{gdb-cross_7.9.bb => gdb-cross_7.9.1.bb}   |  0
 meta/recipes-devtools/gdb/gdb.inc                  |  1 -
 ...0001-make-man-install-relative-to-DESTDIR.patch |  2 +-
 .../gdb/gdb/0002-Change-order-of-CFLAGS.patch      |  2 +-
 ...d-support-for-Renesas-SH-sh4-architecture.patch |  2 +-
 .../gdb/0004-Change-comment-in-gdb-compile.patch   | 48 --------------------
 .../gdb/{gdb_7.9.bb => gdb_7.9.1.bb}               |  0
 .../recipes-multimedia/alsa/alsa-plugins_1.0.29.bb |  4 +-
 scripts/runqemu-internal                           |  4 +-
 18 files changed, 49 insertions(+), 119 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Define-GCC_VERSION-macro-to-cover-upto-gcc-5.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-bn-bn_lcl.h-fix-MIPS-specific-gcc-version-check.patch
 rename meta/recipes-devtools/binutils/binutils/{0001-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch => 0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch} (100%)
 rename meta/recipes-devtools/gdb/{gdb-7.9.inc => gdb-7.9.1.inc} (68%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.9.bb => gdb-cross-canadian_7.9.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.9.bb => gdb-cross_7.9.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch
 rename meta/recipes-devtools/gdb/{gdb_7.9.bb => gdb_7.9.1.bb} (100%)

-- 
2.1.4




More information about the Openembedded-core mailing list