From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>,
Paul Eggleton <paul.eggleton@linux.intel.com>
Subject: [PATCH 00/12] Consolidated Pull Request
Date: Thu, 10 Mar 2011 18:19:52 -0800 [thread overview]
Message-ID: <cover.1299809859.git.sgw@linux.intel.com> (raw)
From: Saul Wold <sgw@linux.intel.com>
Richard,
This contains the openssh/drop IMAGE_FEATURE Code, along
changes for RPM rootfs generation and a Kernel Update
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/oe-core
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Bruce Ashfield (1):
linux-yocto: update to 2.6.37.3
Mark Hatle (3):
package.bbclass: Change the debug directory to avoid conflicts
package_rpm: Fix rootfs generation
gcc-runtime: Fix dbg files
Paul Eggleton (1):
gst-plugins-good: remove dependency on hal
Scott Garman (7):
task-base, task-poky-basic, task-poky: Remove hard-coded references
to dropbear
openssh: allow the openssh meta package to be empty
task-poky-ssh.bb: new task for ssh services
poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option
poky-image.bbclass: add ssh-server to SATO_IMAGE_FEATURES
poky-image-lsb: add ssh-server to IMAGE_FEATURES
poky-image-basic: add ssh-server to IMAGE_FEATURES
meta/classes/package.bbclass | 10 ++++++-
meta/classes/package_rpm.bbclass | 8 +++++-
meta/classes/poky-image.bbclass | 8 +++++-
.../conf/distro/include/poky-default-revisions.inc | 24 ++++++++++----------
meta/recipes-connectivity/openssh/openssh_5.6p1.bb | 4 ++-
meta/recipes-core/tasks/task-base.bb | 8 +-----
meta/recipes-core/tasks/task-poky-ssh.bb | 22 ++++++++++++++++++
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 5 ++++
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +-
meta/recipes-extended/images/poky-image-basic.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb-dev.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb-sdk.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb.bb | 4 ++-
meta/recipes-extended/tasks/task-poky-basic.bb | 4 +--
.../gstreamer/gst-plugins-good_0.10.26.bb | 4 +-
meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 +-
meta/recipes-sato/tasks/task-poky.bb | 3 +-
17 files changed, 82 insertions(+), 38 deletions(-)
create mode 100644 meta/recipes-core/tasks/task-poky-ssh.bb
WARNING: multiple messages have this Message-ID (diff)
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Subject: [PATCH 00/12] Consolidated Pull Request
Date: Thu, 10 Mar 2011 18:19:52 -0800 [thread overview]
Message-ID: <cover.1299809859.git.sgw@linux.intel.com> (raw)
From: Saul Wold <sgw@linux.intel.com>
Richard,
This contains the openssh/drop IMAGE_FEATURE Code, along
changes for RPM rootfs generation and a Kernel Update
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/oe-core
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Bruce Ashfield (1):
linux-yocto: update to 2.6.37.3
Mark Hatle (3):
package.bbclass: Change the debug directory to avoid conflicts
package_rpm: Fix rootfs generation
gcc-runtime: Fix dbg files
Paul Eggleton (1):
gst-plugins-good: remove dependency on hal
Scott Garman (7):
task-base, task-poky-basic, task-poky: Remove hard-coded references
to dropbear
openssh: allow the openssh meta package to be empty
task-poky-ssh.bb: new task for ssh services
poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option
poky-image.bbclass: add ssh-server to SATO_IMAGE_FEATURES
poky-image-lsb: add ssh-server to IMAGE_FEATURES
poky-image-basic: add ssh-server to IMAGE_FEATURES
meta/classes/package.bbclass | 10 ++++++-
meta/classes/package_rpm.bbclass | 8 +++++-
meta/classes/poky-image.bbclass | 8 +++++-
.../conf/distro/include/poky-default-revisions.inc | 24 ++++++++++----------
meta/recipes-connectivity/openssh/openssh_5.6p1.bb | 4 ++-
meta/recipes-core/tasks/task-base.bb | 8 +-----
meta/recipes-core/tasks/task-poky-ssh.bb | 22 ++++++++++++++++++
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 5 ++++
meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 2 +-
meta/recipes-extended/images/poky-image-basic.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb-dev.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb-sdk.bb | 4 ++-
meta/recipes-extended/images/poky-image-lsb.bb | 4 ++-
meta/recipes-extended/tasks/task-poky-basic.bb | 4 +--
.../gstreamer/gst-plugins-good_0.10.26.bb | 4 +-
meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 +-
meta/recipes-sato/tasks/task-poky.bb | 3 +-
17 files changed, 82 insertions(+), 38 deletions(-)
create mode 100644 meta/recipes-core/tasks/task-poky-ssh.bb
next reply other threads:[~2011-03-11 2:21 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-11 2:19 Saul Wold [this message]
2011-03-11 2:19 ` [PATCH 00/12] Consolidated Pull Request Saul Wold
2011-03-11 2:19 ` [PATCH 01/12] gst-plugins-good: remove dependency on hal Saul Wold
2011-03-11 2:19 ` Saul Wold
2011-03-11 2:20 ` [PATCH 02/12] linux-yocto: update to 2.6.37.3 Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 03/12] package.bbclass: Change the debug directory to avoid conflicts Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 04/12] package_rpm: Fix rootfs generation Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 05/12] gcc-runtime: Fix dbg files Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 06/12] task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 07/12] openssh: allow the openssh meta package to be empty Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 08/12] task-poky-ssh.bb: new task for ssh services Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 09/12] poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 10/12] poky-image.bbclass: add ssh-server to SATO_IMAGE_FEATURES Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:20 ` [PATCH 11/12] poky-image-lsb: add ssh-server to IMAGE_FEATURES Saul Wold
2011-03-11 2:20 ` Saul Wold
2011-03-11 2:21 ` [PATCH 12/12] poky-image-basic: " Saul Wold
2011-03-11 2:21 ` Saul Wold
2011-03-11 22:22 ` [PATCH 00/12] Consolidated Pull Request Richard Purdie
2011-03-11 22:22 ` [OE-core] " 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.1299809859.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=bruce.ashfield@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
--cc=poky@yoctoproject.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.