From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Upgrade binutils to 2.23.1
Date: Wed, 28 Nov 2012 07:29:24 -0800 [thread overview]
Message-ID: <cover.1354116375.git.raj.khem@gmail.com> (raw)
This patchset updates binutils to 2.23 branch I have tested systemd-image
meta-toolchain and core-image-sato target with it they all built fine
I did not (yet) delete the 2.22 recipes since there must be some time
given for folks to try 2.23 in couple of weeks 2.22 recipes will move
out of OE-Core. Preferably deleted if need be moved into toolchain-layer
The following changes since commit bdce08215396e5ab99ada5fa0f62c3b002a44582:
openssh: CVE-2011-4327 (2012-11-28 07:38:26 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/binutils-2.23
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/binutils-2.23
Khem Raj (3):
binutils-2.23.1: Add recipes
oprofile: Define PACKAGE and PACKAGE_VERSION
tcmode-default.inc: Use binutils 2.23.1
meta/conf/distro/include/tcmode-default.inc | 2 +-
meta/recipes-devtools/binutils/binutils-2.23.1.inc | 46 +
.../binutils-2.23.1/backport/0001-bfd.patch | 58 +
...3-Assemble-all-sources-files-in-each-test.patch | 187 +
.../binutils-2.23.1/backport/0005-bfd.patch | 103 +
.../backport/0010-bfd-ChangeLog.patch | 95 +
...012-Fix-TLS-LD-to-LE-optimization-for-x32.patch | 57 +
.../backport/0013-gas-ChangeLog.patch | 43 +
.../0014-Fix-opcode-for-64-bit-jecxz.patch | 112 +
...-data.exp-Add-XFAIL-for-arm-targets-refer.patch | 40 +
.../binutils-2.23.1/backport/0018-bfd.patch | 78 +
.../binutils-2.23.1/backport/0024-bfd.patch | 49 +
.../backport/0026-ld-testsuite.patch | 65 +
.../binutils/binutils-2.23.1/binutils-armv5e.patch | 25 +
.../binutils/binutils-2.23.1/binutils-poison.patch | 259 +
.../binutils-uclibc-100-uclibc-conf.patch | 40 +
...binutils-uclibc-300-001_ld_makefile_patch.patch | 55 +
...binutils-uclibc-300-006_better_file_error.patch | 45 +
...ils-uclibc-300-012_check_ldrunpath_length.patch | 49 +
.../binutils-uclibc-gas-needs-libm.patch | 38 +
.../binutils-x86_64_i386_biarch.patch | 29 +
.../binutils-2.23.1/libiberty_path_fix.patch | 22 +
.../binutils-2.23.1/libtool-2.4-update.patch |19407 ++++++++++++++++++++
.../binutils-2.23.1/libtool-rpath-fix.patch | 39 +
.../mips64-default-ld-emulation.patch | 49 +
.../binutils/binutils-2.23.1/relocatable_sdk.patch | 49 +
.../binutils/binutils-cross-canadian_2.23.1.bb | 3 +
.../binutils/binutils-cross_2.23.1.bb | 3 +
.../binutils/binutils-crosssdk_2.23.1.bb | 14 +
meta/recipes-devtools/binutils/binutils_2.23.1.bb | 35 +
meta/recipes-kernel/oprofile/oprofile.inc | 4 +-
31 files changed, 21097 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1.inc
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0003-Assemble-all-sources-files-in-each-test.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0005-bfd.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0010-bfd-ChangeLog.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0012-Fix-TLS-LD-to-LE-optimization-for-x32.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0013-gas-ChangeLog.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0014-Fix-opcode-for-64-bit-jecxz.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0018-bfd.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0024-bfd.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-armv5e.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-poison.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-uclibc-100-uclibc-conf.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-uclibc-300-001_ld_makefile_patch.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-uclibc-300-006_better_file_error.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-uclibc-300-012_check_ldrunpath_length.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-uclibc-gas-needs-libm.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/binutils-x86_64_i386_biarch.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/libiberty_path_fix.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/libtool-2.4-update.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/mips64-default-ld-emulation.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-2.23.1/relocatable_sdk.patch
create mode 100644 meta/recipes-devtools/binutils/binutils-cross-canadian_2.23.1.bb
create mode 100644 meta/recipes-devtools/binutils/binutils-cross_2.23.1.bb
create mode 100644 meta/recipes-devtools/binutils/binutils-crosssdk_2.23.1.bb
create mode 100644 meta/recipes-devtools/binutils/binutils_2.23.1.bb
--
1.7.9.5
next reply other threads:[~2012-11-28 15:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 15:29 Khem Raj [this message]
2012-11-28 15:29 ` [PATCH 1/3] binutils-2.23.1: Add recipes Khem Raj
2012-11-28 15:57 ` Enrico Scholz
2012-11-28 17:42 ` Khem Raj
2012-11-28 15:29 ` [PATCH 2/3] oprofile: Define PACKAGE and PACKAGE_VERSION Khem Raj
2012-11-29 3:40 ` Saul Wold
2012-11-28 15:29 ` [PATCH 3/3] tcmode-default.inc: Use binutils 2.23.1 Khem Raj
2012-11-28 15:39 ` [PATCH 0/3] Upgrade binutils to 2.23.1 Marcin Juszkiewicz
2012-11-28 17:43 ` Khem Raj
2012-12-04 9:20 ` Marcin Juszkiewicz
2012-12-04 19:48 ` Khem Raj
2012-12-04 22:44 ` Marcin Juszkiewicz
2012-12-02 19:31 ` 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.1354116375.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.