All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@openembedded.org
Subject: [CONSOLIDATED PULL 00/18] Updates & Kernel FLAG DAY
Date: Thu,  1 Dec 2011 22:55:31 -0800	[thread overview]
Message-ID: <cover.1322808632.git.sgw@linux.intel.com> (raw)

Richard et al,

This pull requests grabs up patches and updates, along with a kernel
update from Bruce.

This kernel update will cause a bit of a "Flag Day" or sync point, 
since it will require a cooresponding change to remove any .bbappend
files for the 2.6.34 linux-yocto recipes.

There is a cooresponding pull request on the poky@yoctoproject.org for
the meta-yocto layer.  Please beaware if you are using the linux-yocto
2.6.34 recipe to copy it to your layer or uprev to a new kernel.

Thanks
	Sau!


The following changes since commit e57935dc18d576feb1003b48e7cdc72a444131b8:

  Revert "classes/buildhistory: add new output history collection class" (2011-12-01 23:00:52 +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

Anders Darander (1):
  busybox: update to 1.19.3

Bruce Ashfield (7):
  kern-tools: add pre_config and merge_config.sh to the list of tools
  kernel-yocto: support allnoconfig base configuration
  linux-yocto: remove 2.6.34 recipes
  linux-yocto: v3.0.9 + enhancements
  linux-yocto: v3.0.10 + rt27
  linux-yocto: prefer in-tree tools to external ones
  kern-tools: use Makefile provided install rules

Eric Bénard (1):
  base-passwd: fix race between the populate_sysroot and package

Saul Wold (8):
  resolvconf: Update to 1.62
  psmisc: Update to 22.14
  sysstat: Update to 10.0.3
  sqlite3: Update to 3.7.9
  less: Update to 444
  ubootchart: update to svn R12
  distro tracking updates
  kernel-yocto: fix extra CR in do_kernel_checkout

Stefan Schmidt (1):
  logrotate: Add dependency on popt lib.

 meta/classes/kernel-yocto.bbclass                  |   24 ++-
 .../conf/distro/include/distro_tracking_fields.inc |  100 ++++----
 .../{resolvconf_1.61.bb => resolvconf_1.62.bb}     |    6 +-
 .../recipes-core/base-passwd/base-passwd_3.5.22.bb |    4 +-
 .../B921600.patch                                  |    0
 .../busybox-1.19.3/busybox-1.19.3-getty.patch      |   17 ++
 .../busybox-appletlib-dependency.patch             |    0
 .../busybox-udhcpc-no_deconfig.patch               |   66 +++--
 .../{busybox-1.18.5 => busybox-1.19.3}/defconfig   |  265 +++++++++++++-------
 .../get_header_tar.patch                           |    0
 .../run-parts.in.usr-bin.patch                     |   16 +-
 .../udhcpc-fix-nfsroot.patch                       |    0
 .../udhcpscript.patch                              |    0
 .../{busybox_1.18.5.bb => busybox_1.19.3.bb}       |    7 +-
 meta/recipes-devtools/ubootchart/ubootchart_svn.bb |    2 +-
 .../less/{less_443.bb => less_444.bb}              |    5 +-
 meta/recipes-extended/logrotate/logrotate_3.7.9.bb |    4 +-
 .../psmisc/files/libintl-link.patch                |   22 +-
 meta/recipes-extended/psmisc/psmisc.inc            |    8 +-
 .../psmisc/{psmisc_22.13.bb => psmisc_22.14.bb}    |    6 +-
 .../{sysstat_10.0.2.bb => sysstat_10.0.3.bb}       |    6 +-
 .../kern-tools/kern-tools-native_git.bb            |   15 +-
 meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb |   38 ---
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    8 +-
 meta/recipes-kernel/linux/linux-yocto_2.6.34.bb    |   49 ----
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |   18 +-
 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb     |   10 -
 meta/recipes-support/sqlite/sqlite3_3.7.9.bb       |   11 +
 28 files changed, 382 insertions(+), 325 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.61.bb => resolvconf_1.62.bb} (78%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/B921600.patch (100%)
 create mode 100644 meta/recipes-core/busybox/busybox-1.19.3/busybox-1.19.3-getty.patch
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/busybox-appletlib-dependency.patch (100%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/busybox-udhcpc-no_deconfig.patch (62%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/defconfig (89%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/get_header_tar.patch (100%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/run-parts.in.usr-bin.patch (64%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/udhcpc-fix-nfsroot.patch (100%)
 rename meta/recipes-core/busybox/{busybox-1.18.5 => busybox-1.19.3}/udhcpscript.patch (100%)
 rename meta/recipes-core/busybox/{busybox_1.18.5.bb => busybox_1.19.3.bb} (82%)
 rename meta/recipes-extended/less/{less_443.bb => less_444.bb} (87%)
 rename meta/recipes-extended/psmisc/{psmisc_22.13.bb => psmisc_22.14.bb} (42%)
 rename meta/recipes-extended/sysstat/{sysstat_10.0.2.bb => sysstat_10.0.3.bb} (42%)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_2.6.34.bb
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.9.bb

-- 
1.7.6.4




             reply	other threads:[~2011-12-02  7:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-02  6:55 Saul Wold [this message]
2011-12-02  6:55 ` [CONSOLIDATED PULL 01/18] base-passwd: fix race between the populate_sysroot and package Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 02/18] logrotate: Add dependency on popt lib Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 03/18] busybox: update to 1.19.3 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 04/18] resolvconf: Update to 1.62 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 05/18] psmisc: Update to 22.14 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 06/18] sysstat: Update to 10.0.3 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 07/18] sqlite3: Update to 3.7.9 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 08/18] less: Update to 444 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 09/18] ubootchart: update to svn R12 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 10/18] distro tracking updates Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 11/18] kern-tools: add pre_config and merge_config.sh to the list of tools Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 12/18] kernel-yocto: support allnoconfig base configuration Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 13/18] linux-yocto: remove 2.6.34 recipes Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 14/18] linux-yocto: v3.0.9 + enhancements Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 15/18] linux-yocto: v3.0.10 + rt27 Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 16/18] linux-yocto: prefer in-tree tools to external ones Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 17/18] kern-tools: use Makefile provided install rules Saul Wold
2011-12-02  6:55 ` [CONSOLIDATED PULL 18/18] kernel-yocto: fix extra CR in do_kernel_checkout Saul Wold
2011-12-02 15:25 ` [CONSOLIDATED PULL 00/18] Updates & Kernel FLAG DAY 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.1322808632.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-core@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.