From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] Misc recipe fixes and updates
Date: Mon, 12 Jun 2017 07:58:53 -0700 [thread overview]
Message-ID: <cover.1497279306.git.raj.khem@gmail.com> (raw)
* Upgrade binutils to latest on 2.28 release
* Add fixes to recipe to compile with upcoming glibc 2.26 release
* Prepare recipes to let gcc pass -pie flags itself when configured
The following changes since commit aea90e9ee6f34e7c1c08307080b1e29646668df6:
package.bbclass: Restore functionality to detect RPM dependencies (2017-06-12 15:24:21 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/pu
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu
Khem Raj (7):
mpg123: Upgrade to 1.25.0
binutils-2.28: Update to latest on release branch
ltp: Include stdint.h for uintptr_t
libnsl2: Include stdint.h
valgrind: Fix ptest build with musl
kexec-tools: Pass -no-pie to linker
ovmf: Update to latest
...g-UefiHiiLib-Fix-incorrect-comparison-exp.patch | 45 --------------------
.../ovmf/ovmf/0001-ia32-Dont-use-pie.patch | 37 ++++++++++++++++
...makefile-adjust-to-build-in-under-bitbake.patch | 25 ++++++-----
.../ovmf/ovmf/no-stack-protector-all-archs.patch | 19 +++++++++
meta/recipes-core/ovmf/ovmf_git.bb | 6 ++-
meta/recipes-devtools/binutils/binutils-2.28.inc | 2 +-
.../binutils/binutils/CVE-2017-6965.patch | 15 -------
.../binutils/binutils/CVE-2017-6966.patch | 20 ---------
.../binutils/binutils/CVE-2017-6969.patch | 14 -------
.../binutils/binutils/CVE-2017-6969_2.patch | 18 --------
.../binutils/binutils/CVE-2017-7209.patch | 14 -------
.../binutils/binutils/CVE-2017-7210.patch | 15 -------
...e-Rename-_sifields-to-__si_fields-on-musl.patch | 31 ++++++++++++++
...tr_tester.c-Limit-rawmemchr-test-to-glibc.patch | 39 +++++++++++++++++
...02-context-APIs-are-not-available-on-musl.patch | 49 ++++++++++++++++++++++
...rrect-include-directive-path-for-config.h.patch | 45 ++++++++++++++++++++
...4-pth_atfork1.c-Define-error-API-for-musl.patch | 37 ++++++++++++++++
...erifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch | 30 +++++++++++++
...d3.c-Dereference-pthread_t-before-adding-.patch | 32 ++++++++++++++
meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 12 ++++++
...Include-stdint.h-for-uintptr_t-definition.patch | 27 ++++++++++++
meta/recipes-extended/libnsl/libnsl2_git.bb | 1 +
.../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 +++++++++++++++
meta/recipes-extended/ltp/ltp_20170516.bb | 1 +
.../kexec-tools/0001-Disable-PIE-during-link.patch | 31 ++++++++++++++
.../kexec/kexec-tools/0001-arm64-Disable-PIC.patch | 31 ++++++++++++++
meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb | 2 +
.../mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb} | 10 +----
28 files changed, 477 insertions(+), 165 deletions(-)
delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdeModulePkg-UefiHiiLib-Fix-incorrect-comparison-exp.patch
create mode 100644 meta/recipes-core/ovmf/ovmf/0001-ia32-Dont-use-pie.patch
create mode 100644 meta/recipes-core/ovmf/ovmf/no-stack-protector-all-archs.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0004-pth_atfork1.c-Define-error-API-for-musl.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0006-pth_detached3.c-Dereference-pthread_t-before-adding-.patch
create mode 100644 meta/recipes-extended/libnsl/libnsl2/0001-nis_call.c-Include-stdint.h-for-uintptr_t-definition.patch
create mode 100644 meta/recipes-extended/ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch
create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-Disable-PIE-during-link.patch
create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-arm64-Disable-PIC.patch
rename meta/recipes-multimedia/mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb} (87%)
--
2.13.1
next reply other threads:[~2017-06-12 14:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-12 14:58 Khem Raj [this message]
2017-06-12 14:59 ` [PATCH 1/7] mpg123: Upgrade to 1.25.0 Khem Raj
2017-06-12 14:59 ` [PATCH 2/7] binutils-2.28: Update to latest on release branch Khem Raj
2017-06-12 14:59 ` [PATCH 3/7] ltp: Include stdint.h for uintptr_t Khem Raj
2017-06-12 14:59 ` [PATCH 4/7] libnsl2: Include stdint.h Khem Raj
2017-06-12 14:59 ` [PATCH 5/7] valgrind: Fix ptest build with musl Khem Raj
2017-06-12 14:59 ` [PATCH 6/7] kexec-tools: Pass -no-pie to linker Khem Raj
2017-06-12 14:59 ` [PATCH 7/7] ovmf: Update to latest Khem Raj
2017-06-13 16:43 ` Burton, Ross
2017-06-13 17:10 ` Khem Raj
2017-06-13 17:14 ` Khem Raj
2017-06-19 10:42 ` Jussi Kukkonen
2017-06-19 13:44 ` Burton, Ross
2017-06-12 15:01 ` ✗ patchtest: failure for Misc recipe fixes and 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.1497279306.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox