All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Various fixes for master
@ 2013-02-07 23:59 Mark Hatle
  2013-02-07 23:59 ` [PATCH 01/11] populate_sdk_base.bbclass: add execution permission for self-extracting archive Mark Hatle
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Mark Hatle @ 2013-02-07 23:59 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-02-07 23:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 23:59 [PATCH 00/11] Various fixes for master Mark Hatle
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

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.