All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>,
	 richard.purdie@linuxfoundation.org
Subject: [Consolidated Pull 00/19] General pull request
Date: Mon, 04 Jun 2012 09:56:24 -0700	[thread overview]
Message-ID: <4FCCE8B8.7020705@intel.com> (raw)

Richard,

These patches have been tested on the autobuilder with no introduced issues.

I've excluded Mark's RPM update until we figure out why it's failing
do_populate_sdk as well as Cristian Iorga's ltp patch which breaks ltp
do_compiles.

I seem to be having issues posting to the OE-core list from
git-send-mail, so this
is being sent outside of git-send-mail.

-b

The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773:

  documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4
(2012-05-31 21:16:55 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib stage/eflanagan_mut
 
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stage/eflanagan_mut

Christopher Larson (3):
  external-sourcery: extract src and dest sysroot paths from gcc
  tcmode-external-sourcery: pass -msgxx-glibc for x86
  external-sourcery-toolchain: forcibly create usr/lib

Elizabeth Flanagan (3):
  license.bbclass: Adding PV to package.manifest
  license.bbclass: optimize pkg runtime data
  lsbinitscripts: Missing popt DEPENDS

Laurentiu Palcu (2):
  directfb: upgrade to 1.5.3
  directfb-examples: upgrade to 1.5.3

Radu Moisan (1):
  dbus: update to version 1.4.20

Robert Yang (3):
  kernel.py: replace os.popen with subprocess.Popen
  generate-manifest-2.7.py: replace os.popen with os.unlink
  opkg 0.1.8: respect to the arch when choose the alternatives

Ross Burton (1):
  connman: just give xuser the extra rights it needs

Xiaofeng Yan (5):
  lsbinitscripts: Add initscripts to enhance init functions in an lsb
    image
  lsbinitscripts: Patch file functions for confirming to an lsb image
  task-core-lsb: Add another initscripts to an lsb image
  archiver.bbclass: Improve the usability for the archiver classes
  local.conf.sample.extended: Change the usage about arhiver.bbclass

Xin Ouyang (1):
  cpan.bbclass: Fix config error while patches to Makefile.PL

 meta-yocto/conf/local.conf.sample.extended         |   31 +++--
 meta/classes/archiver.bbclass                      |    6 +-
 meta/classes/cpan.bbclass                          |    1 +
 meta/classes/license.bbclass                       |   42 ++++----
 .../distro/include/tcmode-external-sourcery.inc    |   48 +++++---
 .../connman/add_xuser_dbus_permission.patch        |   14 +--
 .../dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init  |    0
 .../dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch |    0
 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init     |  121
++++++++++++++++++++
 meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch    |   44 +++++++
 meta/recipes-core/dbus/dbus_1.4.16.bb              |    7 -
 meta/recipes-core/dbus/dbus_1.4.20.bb              |    6 +
 meta/recipes-core/dbus/dbus_1.5.12.bb              |    9 ++
 .../meta/external-sourcery-toolchain.bb            |   25 ++---
 .../opkg/opkg/respect-to-arch.patch                |   47 ++++++++
 meta/recipes-devtools/opkg/opkg_0.1.8.bb           |    3 +-
 meta/recipes-devtools/opkg/opkg_svn.bb             |    3 +-
 .../lsb/lsbinitscripts/functions.patch             |   11 ++
 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb   |   27 +++++
 meta/recipes-extended/tasks/task-core-lsb.bb       |    3 +-
 ...xamples_1.2.0.bb => directfb-examples_1.5.3.bb} |    4 +-
 meta/recipes-graphics/directfb/directfb.inc        |    2 +-
 ...se-ARM-assembler-for-atomic-operations-on.patch |   27 +++++
 ...ibdirect-remove-include-of-linux-config.h.patch |   27 +++++
 meta/recipes-graphics/directfb/directfb_1.4.15.bb  |   20 ----
 meta/recipes-graphics/directfb/directfb_1.5.3.bb   |   23 ++++
 scripts/contrib/python/generate-manifest-2.7.py    |    5 +-
 scripts/lib/bsp/kernel.py                          |    5 +-
 28 files changed, 448 insertions(+), 113 deletions(-)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init
(100%)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch
(100%)
 create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init
 create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch
 delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.4.20.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb
 create mode 100644 meta/recipes-devtools/opkg/opkg/respect-to-arch.patch
 create mode 100644 meta/recipes-extended/lsb/lsbinitscripts/functions.patch
 create mode 100644 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
 rename meta/recipes-graphics/directfb/{directfb-examples_1.2.0.bb =>
directfb-examples_1.5.3.bb} (77%)
 create mode 100644
meta/recipes-graphics/directfb/directfb/libdirect-Use-ARM-assembler-for-atomic-operations-on.patch
 create mode 100644
meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
 delete mode 100644 meta/recipes-graphics/directfb/directfb_1.4.15.bb
 create mode 100644 meta/recipes-graphics/directfb/directfb_1.5.3.bb

-- 
1.7.5.4




             reply	other threads:[~2012-06-04 17:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04 16:56 Elizabeth Flanagan [this message]
2012-06-04 17:03 ` [Consolidated Pull 00/19] General pull request Koen Kooi
2012-06-05 21:59 ` 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=4FCCE8B8.7020705@intel.com \
    --to=elizabeth.flanagan@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.