All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] gdb/binutils minor upgrades and misc
Date: Fri, 29 May 2015 10:31:51 -0700	[thread overview]
Message-ID: <cover.1432920208.git.raj.khem@gmail.com> (raw)

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



             reply	other threads:[~2015-05-29 17:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 17:31 Khem Raj [this message]
2015-05-29 17:32 ` [PATCH 1/6] glibc: ignore for musl/uclibc but only for target recipes Khem Raj
2015-05-29 17:32 ` [PATCH 2/6] runqemu-internal: Replace wacom-tablet with tablet for usbdevice Khem Raj
2015-05-29 17:32 ` [PATCH 3/6] openssl: Backport upstreamed version of patch to fix build on mips64 Khem Raj
2015-05-29 17:32 ` [PATCH 4/6] alsa-plugins: Install 99-pulseaudio-default.conf when pulseaudio is enabled Khem Raj
2015-05-29 17:32 ` [PATCH 5/6] gdb: Minor upgrade to 7.9.1 Khem Raj
2015-05-29 17:32 ` [PATCH 6/6] binutils: Update to tip of 2.25 branch Khem Raj
2015-05-29 23:16 ` [PATCH 0/6] gdb/binutils minor upgrades and misc Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1432920208.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.