Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/20] Kernel Updates and other fixes
Date: Wed, 27 Jun 2012 08:43:05 -0700	[thread overview]
Message-ID: <cover.1340811559.git.sgw@linux.intel.com> (raw)

Richard,

Another set of pulls with various fixes and updates.

Of note: 
* Ross's gconf also needs to get into the denzil branch for 1.2.1
  build it and it resolved the gthumb build issue.
* Robert's change for disabling CCACHE
* Zhenhua's linux-dtb work

The following changes since commit f4b5afe46ff018570c1949653eb6995428827f6f:

  sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change (2012-06-25 17:20:06 +0100)

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

Andrea Adami (1):
  mtd-utils: do not stage headers in sysroot

Bruce Ashfield (6):
  kern-tools: add buildall and robustness fixes
  linux-yocto/3.4: update and categorize configuration options
  linux-yocto/3.4: update to v3.4.3
  linux-yocto-rt/3.4: update qemuppc branch
  linux-yocto/3.4: -rt build fixes + configuration audit (part2)
  linux-yocto/3.0: update BSP descriptions to new kern-tools format

Lianhao Lu (3):
  classes/image: Allow openssh empty passwords login.
  image/core-image: Handle conflicting IMAGE_FEATURES.
  task-core-tools-debug: Added openssh-sftp-server.

Marcin Juszkiewicz (1):
  libxml: disable lzma

Robert Yang (1):
  bitbake.conf: disable ccache explicitly if it is not enabled

Ross Burton (1):
  gconf.bbclass: don't register schemas in the install stage

Saul Wold (3):
  mx: Upgrade to 1.4.6
  busybox: add correct ALTERNATIVE_TARGET for init.d/syslog
  native.bbclass: correct PATH to have native-intercept be prepended

Wade Farnsworth (1):
  systemtap: update to version 1.8

Xiaofeng Yan (2):
  archiver.bbclass: Add the function of filtering packages
  local.conf.sample.extended: Add filtering function to
    archiver.bbclass

Zhenhua Luo (1):
  linux-dtb: add multi-dtb build support

 meta/classes/archiver.bbclass                      |   71 +++++++++++++-
 meta/classes/ccache.bbclass                        |    1 +
 meta/classes/core-image.bbclass                    |   13 ++-
 meta/classes/gconf.bbclass                         |   12 ++-
 meta/classes/image.bbclass                         |   24 +++++
 meta/classes/kernel-yocto.bbclass                  |    2 +-
 meta/classes/native.bbclass                        |    2 +-
 meta/conf/bitbake.conf                             |    8 ++
 meta/conf/local.conf.sample.extended               |   14 ++-
 meta/recipes-core/busybox/busybox.inc              |    3 +-
 meta/recipes-core/busybox/busybox_1.19.4.bb        |    2 +-
 meta/recipes-core/libxml/libxml2.inc               |    8 +-
 meta/recipes-core/libxml/libxml2_2.8.0.bb          |    2 +-
 meta/recipes-core/tasks/task-core-tools-debug.bb   |    3 +
 meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb       |    6 +-
 .../mx/files/introspection-m4.patch                |  106 --------------------
 .../mx/{mx_1.4.2.bb => mx_1.4.6.bb}                |    9 +-
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |   36 ++++++--
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb    |   10 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb       |   16 ++--
 ...prun-configure.ac-support-without-nss-for.patch |   50 ---------
 .../systemtap_fix_for_automake_1.12.patch          |   23 ----
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    2 +-
 meta/recipes-kernel/systemtap/systemtap_git.inc    |    6 +-
 meta/recipes-sato/images/core-image-sato-sdk.bb    |    2 +
 28 files changed, 205 insertions(+), 232 deletions(-)
 delete mode 100644 meta/recipes-graphics/mx/files/introspection-m4.patch
 rename meta/recipes-graphics/mx/{mx_1.4.2.bb => mx_1.4.6.bb} (71%)
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/runtime-staprun-configure.ac-support-without-nss-for.patch
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch

-- 
1.7.7.6




             reply	other threads:[~2012-06-27 15:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 15:43 Saul Wold [this message]
2012-06-27 15:43 ` [CONSOLIDATED PULL 01/20] mx: Upgrade to 1.4.6 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 02/20] mtd-utils: do not stage headers in sysroot Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 03/20] classes/image: Allow openssh empty passwords login Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 04/20] image/core-image: Handle conflicting IMAGE_FEATURES Saul Wold
2012-07-02 22:08   ` Dennis.Yxun
2012-07-02 23:41     ` Lu, Lianhao
2012-06-27 15:43 ` [CONSOLIDATED PULL 05/20] task-core-tools-debug: Added openssh-sftp-server Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 06/20] kern-tools: add buildall and robustness fixes Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 07/20] linux-yocto/3.4: update and categorize configuration options Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 08/20] linux-yocto/3.4: update to v3.4.3 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 09/20] linux-yocto-rt/3.4: update qemuppc branch Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 10/20] linux-yocto/3.4: -rt build fixes + configuration audit (part2) Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 11/20] systemtap: update to version 1.8 Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 12/20] busybox: add correct ALTERNATIVE_TARGET for init.d/syslog Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 13/20] linux-dtb: add multi-dtb build support Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 14/20] native.bbclass: correct PATH to have native-intercept be prepended Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 15/20] gconf.bbclass: don't register schemas in the install stage Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 16/20] libxml: disable lzma Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 17/20] archiver.bbclass: Add the function of filtering packages Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 18/20] local.conf.sample.extended: Add filtering function to archiver.bbclass Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 19/20] bitbake.conf: disable ccache explicitly if it is not enabled Saul Wold
2012-06-27 15:43 ` [CONSOLIDATED PULL 20/20] linux-yocto/3.0: update BSP descriptions to new kern-tools format Saul Wold
2012-07-02  1:01 ` [CONSOLIDATED PULL 00/20] Kernel Updates and other fixes Lu, Lianhao
2012-07-02  8:58   ` 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.1340811559.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox