From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Armin Kuster <akuster@mvista.com>
Subject: [PATCH 0/8] Misc toolchain component updates
Date: Tue, 14 Nov 2017 19:09:06 -0800 [thread overview]
Message-ID: <cover.1510715185.git.raj.khem@gmail.com> (raw)
Binutils minor update to 2.29.1
musl update to address <= armv5 thumb issue and a regression in diffutils
glibc updated to latest on 2.26 branch addresses malloc leak issue
Rest of them are remaining from prior pulls
The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341:
dhcp: fix build issue with libxml2 support (2017-11-10 14:44:31 +0000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/toolchain-updates
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/toolchain-updates
Andre McCurdy (1):
gcc6: enable FL_LPAE flag for armv7ve cores
Armin Kuster (1):
binutils: update to 2.29.1
Khem Raj (6):
go: Fix build with PIE on musl
binutils: Convert SRC_URI and SRCREV to weak defines
gdb: Upgrade to 8.0.1
musl: Disable thumb1 ISA
musl: Update to latest
glibc: Upgrade to latest on 2.26 release
meta/recipes-core/glibc/glibc_2.26.bb | 2 +-
meta/recipes-core/musl/musl.inc | 5 +
meta/recipes-core/musl/musl_git.bb | 2 +-
.../{binutils-2.29.inc => binutils-2.29.1.inc} | 5 +-
...n_2.29.bb => binutils-cross-canadian_2.29.1.bb} | 0
...tils-cross_2.29.bb => binutils-cross_2.29.1.bb} | 0
...rosssdk_2.29.bb => binutils-crosssdk_2.29.1.bb} | 0
.../{binutils_2.29.bb => binutils_2.29.1.bb} | 0
meta/recipes-devtools/gcc/gcc-6.4.inc | 1 +
...001-enable-FL_LPAE-flag-for-armv7ve-cores.patch | 67 +++++++++++++
.../gdb/{gdb-8.0.inc => gdb-8.0.1.inc} | 4 +-
...canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} | 0
.../gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} | 0
.../gdb/{gdb_8.0.bb => gdb_8.0.1.bb} | 0
meta/recipes-devtools/go/go-1.9.inc | 3 +
.../go/go-1.9/default-buildmode-pie.patch | 18 ++++
.../go/go-1.9/set-external-linker.patch | 111 +++++++++++++++++++++
17 files changed, 212 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/binutils/{binutils-2.29.inc => binutils-2.29.1.inc} (90%)
rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.29.bb => binutils-cross-canadian_2.29.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils-cross_2.29.bb => binutils-cross_2.29.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.29.bb => binutils-crosssdk_2.29.1.bb} (100%)
rename meta/recipes-devtools/binutils/{binutils_2.29.bb => binutils_2.29.1.bb} (100%)
create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/backport/0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch
rename meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} (88%)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb} (100%)
create mode 100644 meta/recipes-devtools/go/go-1.9/default-buildmode-pie.patch
create mode 100644 meta/recipes-devtools/go/go-1.9/set-external-linker.patch
--
2.15.0
next reply other threads:[~2017-11-15 3:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 3:09 Khem Raj [this message]
2017-11-15 3:09 ` [PATCH 1/8] go: Fix build with PIE on musl Khem Raj
2017-11-15 3:09 ` [PATCH 2/8] binutils: update to 2.29.1 Khem Raj
2017-11-15 3:09 ` [PATCH 3/8] binutils: Convert SRC_URI and SRCREV to weak defines Khem Raj
2017-11-15 3:09 ` [PATCH 4/8] gdb: Upgrade to 8.0.1 Khem Raj
2017-11-15 15:27 ` akuster808
2017-11-15 16:03 ` Khem Raj
2017-11-15 3:09 ` [PATCH 5/8] gcc6: enable FL_LPAE flag for armv7ve cores Khem Raj
2017-11-15 3:09 ` [PATCH 6/8] musl: Disable thumb1 ISA Khem Raj
2017-11-15 3:09 ` [PATCH 7/8] musl: Update to latest Khem Raj
2017-11-15 3:09 ` [PATCH 8/8] glibc: Upgrade to latest on 2.26 release Khem Raj
2017-11-15 3:33 ` ✗ patchtest: failure for Misc toolchain component updates Patchwork
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.1510715185.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=akuster@mvista.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.