From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/11] Various fixes for master
Date: Thu, 7 Feb 2013 17:59:21 -0600 [thread overview]
Message-ID: <cover.1360270255.git.mark.hatle@windriver.com> (raw)
Various fixes that apply to master.
The following changes since commit 688e9485980de0f29aa00e24ce53a3efd3a3a7cc:
qemu.bbclass: fix segfaults when running through pseudo
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mhatle/wr-master
Jackie Huang (1):
populate_sdk_base.bbclass: add execution permission for
self-extracting archive
Jason Wessel (1):
eglibc-nativesdk: Fix buffer overrun with a relocated SDK
Jesse Zhang (6):
ghostscript: add pregenerated objarch for mipsel/mips64/mips64el
libart-lgpl: add art_config for mips64/mips64el
ghostscript: fix endianness detection
coreutils: remove dependency on coreutils-native
initscripts: Add status function to /etc/init.d/functions
udev: Add start/stop/status/restart support to init script
Jim Somerville (1):
rt-tests: fix cyclictest reported 1 sec latencies
Randy MacLeod (1):
openssl: Add mips64 configure support.
Xin Ouyang (1):
libcgroup: fix failure for absolute path
meta/classes/populate_sdk_base.bbclass | 3 +
meta/recipes-connectivity/openssl/openssl.inc | 3 +
meta/recipes-core/coreutils/coreutils_6.9.bb | 3 +-
.../eglibc-2.17/relocatable_sdk_fix_openpath.patch | 41 ++++++++
meta/recipes-core/eglibc/eglibc_2.17.bb | 3 +-
.../initscripts/initscripts-1.0/functions | 15 +++
meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +-
meta/recipes-core/libcgroup/libcgroup_0.38.bb | 5 +-
meta/recipes-core/udev/udev/init | 113 ++++++++++++---------
meta/recipes-core/udev/udev_182.bb | 2 +-
.../ghostscript-9.05-NOT-check-endian.patch | 40 ++------
.../ghostscript/ghostscript/mips/objarch.h | 2 +-
.../ghostscript/ghostscript/mips64/objarch.h | 40 ++++++++
.../ghostscript/ghostscript/mips64el/objarch.h | 40 ++++++++
.../ghostscript/ghostscript/mipsel/objarch.h | 40 ++++++++
.../ghostscript/ghostscript_9.05.bb | 9 +-
.../gnome/libart-lgpl/mips64/art_config.h | 10 ++
.../gnome/libart-lgpl/mips64el/art_config.h | 10 ++
...st-finish-removal-of-1-second-first-loops.patch | 58 +++++++++++
meta/recipes-rt/rt-tests/rt-tests.inc | 3 +-
20 files changed, 352 insertions(+), 90 deletions(-)
create mode 100644 meta/recipes-core/eglibc/eglibc-2.17/relocatable_sdk_fix_openpath.patch
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h
create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h
create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
create mode 100644 meta/recipes-rt/rt-tests/files/cyclictest-finish-removal-of-1-second-first-loops.patch
--
1.8.1.2.545.g2f19ada
next reply other threads:[~2013-02-07 23:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 23:59 Mark Hatle [this message]
2013-02-07 23:59 ` [PATCH 01/11] populate_sdk_base.bbclass: add execution permission for self-extracting archive Mark Hatle
2013-02-07 23:59 ` [PATCH 02/11] ghostscript: add pregenerated objarch for mipsel/mips64/mips64el Mark Hatle
2013-02-07 23:59 ` [PATCH 03/11] libart-lgpl: add art_config for mips64/mips64el Mark Hatle
2013-02-07 23:59 ` [PATCH 04/11] openssl: Add mips64 configure support Mark Hatle
2013-02-07 23:59 ` [PATCH 05/11] ghostscript: fix endianness detection Mark Hatle
2013-02-07 23:59 ` [PATCH 06/11] eglibc-nativesdk: Fix buffer overrun with a relocated SDK Mark Hatle
2013-02-07 23:59 ` [PATCH 07/11] coreutils: remove dependency on coreutils-native Mark Hatle
2013-02-07 23:59 ` [PATCH 08/11] rt-tests: fix cyclictest reported 1 sec latencies Mark Hatle
2013-02-07 23:59 ` [PATCH 09/11] libcgroup: fix failure for absolute path Mark Hatle
2013-02-07 23:59 ` [PATCH 10/11] initscripts: Add status function to /etc/init.d/functions Mark Hatle
2013-02-07 23:59 ` [PATCH 11/11] udev: Add start/stop/status/restart support to init script Mark Hatle
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.1360270255.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.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