From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <khem_raj@cable.comcast.com>
Subject: [PATCH 00/17] musl fixes to run core-image-sato and core-image-weston
Date: Fri, 10 Apr 2015 18:20:33 -0700 [thread overview]
Message-ID: <cover.1428714999.git.raj.khem@gmail.com> (raw)
This is further patchset to enable core-image-sato and core-image-weston
to build and boot on qemux86 and qemumips
volatile mount patch is for ro-rfs with systemd
gdb patches are generated against git tree for better upstreamablity
e2fsprogs is general improvement
Khem Raj (17):
mtd-utils: update to latest and fix static inlining
var/volatile: Mount it if doing ro-rfs
libproxy: Include select.h for posix compliance
ppp: Add extra include dirs
musl: Enable NLS
vte: Pass _GNU_SOURCE via CFLAGS
libfm-extra: Add own nls.m4
connman: Fix builds to compile on musl
perl: Fix build for musl
iptables: Fix build on musl
xserver-xorg: Use __GLIBC__ instread of __linux__ to denote glibc
dependent code
pulseaudio: Fix build with musl
sudo: Disable hardening for musl
xserver-xf86-config: Preload graphics driver modules for musl
kbd: Mark glibc headers under __GLIBC__
gdb: Refresh patches against git
e2fsprogs: Delete identical binaries and create symlinks instead
meta/classes/image.bbclass | 1 +
meta/conf/distro/include/tclibc-musl.inc | 2 +-
...cktrace-API-only-when-compiling-for-glibc.patch | 41 +
.../connman/connman/0002-musl-header-fixes.patch | 235 ++++++
...resolve-musl-does-not-implement-res_ninit.patch | 77 ++
...Fix-duplicate-definitions-issue-with-musl.patch | 43 ++
meta/recipes-connectivity/connman/connman_1.28.bb | 4 +
meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 6 +-
meta/recipes-core/base-files/base-files/fstab | 1 -
.../initscripts-1.0/read-only-rootfs-hook.sh | 2 +-
...-Only-inluclude-kernel-headers-with-glibc.patch | 29 +
meta/recipes-core/kbd/kbd_2.0.2.bb | 1 +
.../systemd/systemd/journald-volatile.conf | 6 +
.../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 8 +
meta/recipes-devtools/gdb/gdb-cross_7.9.bb | 2 +-
meta/recipes-devtools/gdb/gdb.inc | 5 +-
...0001-make-man-install-relative-to-DESTDIR.patch | 28 +
...last.diff => 0002-Change-order-of-CFLAGS.patch} | 23 +-
...-support-for-Renesas-SH-sh4-architecture.patch} | 835 +++++----------------
.../gdb/0004-Change-comment-in-gdb-compile.patch | 48 ++
.../recipes-devtools/gdb/gdb/sim-install-6.6.patch | 14 -
meta/recipes-devtools/gdb/gdb/sim-install.patch | 36 -
meta/recipes-devtools/gdb/gdb/uclibc.patch | 196 -----
...emove-duplicate-hashtable_iterator_value-.patch | 64 ++
meta/recipes-devtools/mtd/mtd-utils_git.bb | 1 +
meta/recipes-devtools/perl/perl_5.20.0.bb | 23 +
.../iptables/0001-fix-build-with-musl.patch | 89 +++
meta/recipes-extended/iptables/iptables_1.4.21.bb | 1 +
meta/recipes-extended/sudo/sudo.inc | 2 +
.../xserver-xf86-config/10-preload-modules.conf | 9 +
.../xorg-xserver/xserver-xf86-config_0.1.bb | 9 +
...e-__GLIBC__-guard-for-glibc-specific-code.patch | 31 +
.../xorg-xserver/xserver-xorg_1.16.3.bb | 1 +
.../0001-padsp-Make-it-compile-on-musl.patch | 70 ++
.../pulseaudio/pulseaudio_6.0.bb | 1 +
.../0001-nls.m4-Take-it-from-gettext-0.15.patch | 54 ++
meta/recipes-support/libfm/libfm-extra_1.2.3.bb | 4 +-
...0001-test-Include-sys-select.h-for-select.patch | 37 +
meta/recipes-support/libproxy/libproxy_0.4.11.bb | 1 +
meta/recipes-support/vte/vte_0.28.2.bb | 2 +
40 files changed, 1136 insertions(+), 906 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman/0001-Enable-backtrace-API-only-when-compiling-for-glibc.patch
create mode 100644 meta/recipes-connectivity/connman/connman/0002-musl-header-fixes.patch
create mode 100644 meta/recipes-connectivity/connman/connman/0003-resolve-musl-does-not-implement-res_ninit.patch
create mode 100644 meta/recipes-connectivity/connman/connman/0004-tethering-Fix-duplicate-definitions-issue-with-musl.patch
create mode 100644 meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch
create mode 100644 meta/recipes-core/systemd/systemd/journald-volatile.conf
create mode 100644 meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
rename meta/recipes-devtools/gdb/gdb/{gdbserver-cflags-last.diff => 0002-Change-order-of-CFLAGS.patch} (55%)
rename meta/recipes-devtools/gdb/gdb/{renesas-sh-native-support.patch => 0003-Add-support-for-Renesas-SH-sh4-architecture.patch} (60%)
create mode 100644 meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/sim-install.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/uclibc.patch
create mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch
create mode 100644 meta/recipes-extended/iptables/iptables/0001-fix-build-with-musl.patch
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch
create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-padsp-Make-it-compile-on-musl.patch
create mode 100644 meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch
create mode 100644 meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch
--
2.1.4
next reply other threads:[~2015-04-11 1:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-11 1:20 Khem Raj [this message]
2015-04-11 1:20 ` [PATCH 01/17] mtd-utils: update to latest and fix static inlining Khem Raj
2015-04-11 1:20 ` [PATCH 02/17] var/volatile: Mount it if doing ro-rfs Khem Raj
2015-04-11 1:20 ` [PATCH 03/17] libproxy: Include select.h for posix compliance Khem Raj
2015-04-11 1:20 ` [PATCH 04/17] ppp: Add extra include dirs Khem Raj
2015-04-11 1:20 ` [PATCH 05/17] musl: Enable NLS Khem Raj
2015-04-11 1:20 ` [PATCH 06/17] vte: Pass _GNU_SOURCE via CFLAGS Khem Raj
2015-04-11 1:20 ` [PATCH 07/17] libfm-extra: Add own nls.m4 Khem Raj
2015-04-11 1:20 ` [PATCH 08/17] connman: Fix builds to compile on musl Khem Raj
2015-04-13 13:50 ` Burton, Ross
2015-04-14 3:45 ` Khem Raj
2015-04-11 1:20 ` [PATCH 09/17] perl: Fix build for musl Khem Raj
2015-04-11 1:20 ` [PATCH 10/17] iptables: Fix build on musl Khem Raj
2015-04-11 1:20 ` [PATCH 11/17] xserver-xorg: Use __GLIBC__ instread of __linux__ to denote glibc dependent code Khem Raj
2015-04-11 1:20 ` [PATCH 12/17] pulseaudio: Fix build with musl Khem Raj
2015-04-11 1:20 ` [PATCH 13/17] sudo: Disable hardening for musl Khem Raj
2015-04-12 8:30 ` Bernhard Reutner-Fischer
2015-04-12 9:26 ` Khem Raj
2015-04-12 10:56 ` Bernhard Reutner-Fischer
2015-04-12 15:43 ` Khem Raj
2015-04-11 1:20 ` [PATCH 14/17] xserver-xf86-config: Preload graphics driver modules " Khem Raj
2015-04-20 11:20 ` Burton, Ross
2015-04-11 1:20 ` [PATCH 15/17] kbd: Mark glibc headers under __GLIBC__ Khem Raj
2015-04-11 1:20 ` [PATCH 16/17] gdb: Refresh patches against git Khem Raj
2015-04-11 1:20 ` [PATCH 17/17] e2fsprogs: Delete identical binaries and create symlinks instead Khem Raj
2015-04-11 9:02 ` Martin Jansa
2015-04-11 15:01 ` Khem Raj
2015-04-11 15:28 ` Martin Jansa
2015-04-11 16:14 ` 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.1428714999.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=khem_raj@cable.comcast.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.