All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Consolidated Pull 00/21] Various Patches & some updates
Date: Fri,  7 Feb 2014 08:55:26 -0800	[thread overview]
Message-ID: <cover.1391791450.git.sgw@linux.intel.com> (raw)

Richard,

This patch set has been through the Autobuilder, the current failures
related to the kernel update as we had a clean master build prior to this.

Thanks
	Sau!

The following changes since commit cda502815c6acf789e1a0db7a7a1a7015b4ef71d:

  build-appliance-image: Update to poky commit b37dd451a52622d5b570183a81583cc34c2ff555 (2014-02-06 15:36:47 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Alexandre Belloni (1):
  matchbox-keyboard: daemonize launch

Bruce Ashfield (1):
  kernel: stop using -exec rm for deleting files

Chen Qi (1):
  initscripts: add initscripts-functions-dev package

Chong Lu (2):
  acl: enable ptest support
  attr: enable ptest support

Cristian Iorga (2):
  sbc: upgrade to 1.2
  bluez5: upgrade to 5.14

Fathi Boudra (1):
  systemtap: add aarch64 support

Jason Plum (1):
  meta/oe/lib/path.py - check mount points, not device

Kai Kang (1):
  eglibc-dbg: provides libc6-dbg

Khem Raj (1):
  ossp-uuid: Use alternative source mirror

Koen Kooi (3):
  systemd 208: move stray /usr/lib/systemd/* into /lib/systemd
  openssh: package sshd PAM config inside openssh-sshd package
  openssh: drag in required PAM modules.

Martin Jansa (1):
  package.bbclass: add SHLIBSSEARCHDIRS to define where to search for
    shlib providers

Paul Eggleton (1):
  classes/populate_sdk_base: remove nostamp from do_populate_sdk

Randy MacLeod (1):
  jpeg and directfb: cosmetic, fix perms for patches

Saul Wold (1):
  rootfs_deb: Fix whitespace issue

Stefan Stanacar (3):
  testimage: add ability to export tests
  lib/oeqa: add module for running tests outside of the build system
  oeqa/utils: targetbuild: don't use bb.fetch anymore

 meta/classes/kernel.bbclass                        |  18 ++-
 meta/classes/package.bbclass                       |  26 +++-
 meta/classes/populate_sdk_base.bbclass             |   1 -
 meta/classes/rootfs_deb.bbclass                    |   2 +-
 meta/classes/testimage.bbclass                     | 107 +++++++++++++---
 meta/lib/oe/path.py                                |  13 +-
 meta/lib/oeqa/oetest.py                            |  17 +--
 meta/lib/oeqa/runexported.py                       | 140 +++++++++++++++++++++
 meta/lib/oeqa/utils/targetbuild.py                 |  27 ++--
 meta/recipes-connectivity/bluez5/bluez5_5.13.bb    |   5 -
 meta/recipes-connectivity/bluez5/bluez5_5.14.bb    |   5 +
 meta/recipes-connectivity/openssh/openssh_6.4p1.bb |   5 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |   2 +-
 meta/recipes-core/initscripts/initscripts_1.0.bb   |   4 +-
 .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff          |   0
 meta/recipes-core/systemd/systemd_208.bb           |   6 +
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |   2 +-
 .../directfb/directfb/fusion.patch                 |   0
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   9 +-
 .../sbc/{sbc_1.1.bb => sbc_1.2.bb}                 |  10 +-
 .../matchbox-keyboard/files/80matchboxkeyboard.sh  |   3 +
 ...oxkeyboard.shbg => matchbox-keyboard-daemon.sh} |   1 -
 .../matchbox-keyboard/matchbox-keyboard_git.bb     |   8 +-
 meta/recipes-support/attr/acl.inc                  |  14 ++-
 meta/recipes-support/attr/acl/run-ptest            |   7 ++
 meta/recipes-support/attr/attr.inc                 |  17 ++-
 meta/recipes-support/attr/files/run-ptest          |   5 +
 27 files changed, 373 insertions(+), 81 deletions(-)
 create mode 100755 meta/lib/oeqa/runexported.py
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.13.bb
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.14.bb
 mode change 100755 => 100644 meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff
 mode change 100755 => 100644 meta/recipes-graphics/directfb/directfb/fusion.patch
 rename meta/recipes-multimedia/sbc/{sbc_1.1.bb => sbc_1.2.bb} (45%)
 create mode 100755 meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh
 rename meta/recipes-sato/matchbox-keyboard/files/{80matchboxkeyboard.shbg => matchbox-keyboard-daemon.sh} (99%)
 create mode 100644 meta/recipes-support/attr/acl/run-ptest
 create mode 100644 meta/recipes-support/attr/files/run-ptest

-- 
1.8.3.1



             reply	other threads:[~2014-02-07 16:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-07 16:55 Saul Wold [this message]
2014-02-07 17:06 ` [Consolidated Pull 00/21] Various Patches & some updates Martin Jansa
2014-02-07 17:22 ` Richard Purdie

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.1391791450.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.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.