Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] misc IMAGE_FEATURE fixings
@ 2012-06-19 13:32 Lianhao Lu
  2012-06-19 13:33 ` [PATCH 1/3] classes/image: Allow openssh empty passwords login Lianhao Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lianhao Lu @ 2012-06-19 13:32 UTC (permalink / raw)
  To: openembedded-core

This patch set fixed the bug [YOCTO #2605].

It allows to login to openssh with empty password if the IMAGE_FEATURE
debug-tweak feature is set.

It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear 
and ssh-server-openssh.

It also adds a new IMAGE_FEATURE 'eclipse-support' for developing user 
applications using Eclipse plugin.

The following changes since commit 6d761ae17ddbd3d936e7fe985b40825ad62b2418:
  James Limbouris (1):
        debian.bbclass: invoke target objdump

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/bug2605
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2605

Lianhao Lu (3):
  classes/image: Allow openssh empty passwords login.
  image/core-image: Handle conflicting IMAGE_FEATURES.
  core-image/misc: Added new IMAGE_FEATURE eclipse-support.

 meta/classes/core-image.bbclass                    |   15 ++++++++++-
 meta/classes/image.bbclass                         |   26 +++++++++++++++++++-
 meta/conf/multilib.conf                            |    1 +
 .../tasks/task-core-eclipse-support.bb             |   17 +++++++++++++
 meta/recipes-sato/images/core-image-sato-sdk.bb    |    4 ++-
 5 files changed, 60 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-core/tasks/task-core-eclipse-support.bb




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-19 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 13:32 [PATCH 0/3] misc IMAGE_FEATURE fixings Lianhao Lu
2012-06-19 13:33 ` [PATCH 1/3] classes/image: Allow openssh empty passwords login Lianhao Lu
2012-06-19 13:57   ` Saul Wold
2012-06-19 13:33 ` [PATCH 2/3] image/core-image: Handle conflicting IMAGE_FEATURES Lianhao Lu
2012-06-19 13:33 ` [PATCH 3/3] core-image/misc: Added new IMAGE_FEATURE eclipse-support Lianhao Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox