From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/13] 06-June-2011
Date: Tue, 7 Jun 2011 00:01:36 -0700 [thread overview]
Message-ID: <cover.1307429530.git.sgw@linux.intel.com> (raw)
Updates for the kernel and lots of distro tracking updates for
manual based updates checking.
Sau!
The following changes since commit 925de3b3e74d15547840a2edaceff437e135bddd:
tzcode: Update to 2011g (2011-06-06 15:52:18 +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
Bruce Ashfield (2):
linux-yocto: update target/meta SRCREVs
linux-yocto: make e1000e structure common [commit: bec3f1e8c]
Koen Kooi (1):
util-linux: package agetty seperately
Phil Blundell (1):
sqlite: remove dependency on tcl-native
Saul Wold (4):
json-glib: Update to 0.12.4
distro tracking: update Qing -> Saul
distro tracking: fixup some bad entries
distro tracking: Manual Updates
Scott Garman (5):
distro-tracking: updates
openssh: upgrade to v5.8p2
grep: upgrade to v2.8
tar: upgrade to v1.26
distro-tracking: update openssh, tar, and grep
.../conf/distro/include/distro_tracking_fields.inc | 225 +++++++++++---------
.../openssh/{openssh-5.6p1 => openssh-5.8p2}/init | 0
.../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch | 0
.../{openssh-5.6p1 => openssh-5.8p2}/ssh_config | 0
.../{openssh-5.6p1 => openssh-5.8p2}/sshd_config | 0
.../openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} | 9 +-
meta/recipes-core/util-linux/util-linux.inc | 3 +-
meta/recipes-core/util-linux/util-linux_2.19.1.bb | 2 +-
.../grep/{grep_2.7.bb => grep_2.8.bb} | 7 +-
...tive_1.25.bb => tar-replacement-native_1.26.bb} | 0
meta/recipes-extended/tar/tar.inc | 1 +
meta/recipes-extended/tar/tar_1.25.bb | 9 -
meta/recipes-extended/tar/tar_1.26.bb | 9 +
.../{json-glib_0.12.2.bb => json-glib_0.12.4.bb} | 0
meta/recipes-kernel/linux/linux-yocto_git.bb | 14 +-
meta/recipes-support/sqlite/sqlite3.inc | 4 +-
16 files changed, 153 insertions(+), 130 deletions(-)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/init (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/ssh_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-5.6p1 => openssh-5.8p2}/sshd_config (100%)
rename meta/recipes-connectivity/openssh/{openssh_5.6p1.bb => openssh_5.8p2.bb} (93%)
rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%)
rename meta/recipes-extended/tar/{tar-replacement-native_1.25.bb => tar-replacement-native_1.26.bb} (100%)
delete mode 100644 meta/recipes-extended/tar/tar_1.25.bb
create mode 100644 meta/recipes-extended/tar/tar_1.26.bb
rename meta/recipes-gnome/json-glib/{json-glib_0.12.2.bb => json-glib_0.12.4.bb} (100%)
--
1.7.3.4
next reply other threads:[~2011-06-07 7:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 7:01 Saul Wold [this message]
2011-06-07 7:01 ` [CONSOLIDATED PULL 01/13] distro-tracking: updates Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 02/13] openssh: upgrade to v5.8p2 Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 03/13] grep: upgrade to v2.8 Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 04/13] tar: upgrade to v1.26 Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 05/13] distro-tracking: update openssh, tar, and grep Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 06/13] json-glib: Update to 0.12.4 Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 07/13] distro tracking: update Qing -> Saul Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 08/13] linux-yocto: update target/meta SRCREVs Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 09/13] linux-yocto: make e1000e structure common [commit: bec3f1e8c] Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 10/13] sqlite: remove dependency on tcl-native Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 11/13] util-linux: package agetty seperately Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 12/13] distro tracking: fixup some bad entries Saul Wold
2011-06-07 7:01 ` [CONSOLIDATED PULL 13/13] distro tracking: Manual Updates Saul Wold
2011-06-07 20:33 ` [CONSOLIDATED PULL 00/13] 06-June-2011 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.1307429530.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