]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: improve debug-tweaks ssh server configuration
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 16 Jan 2013 17:00:12 +0000 (17:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jan 2013 13:02:01 +0000 (13:02 +0000)
commit0937054e6e3e02565f57e60a8bdc14b0ad62e249
tree1bdab29ed373c3e3448e21f37029caa0b34d52a1
parent313039590171456b652fa7a2f5823c9b7060b20f
classes/image: improve debug-tweaks ssh server configuration

Create a single postprocessing function that enables no-password logins
for both openssh and dropbear when debug-tweaks is in IMAGE_FEATURES,
changing its behaviour slightly:
* Run it regardless of whether ssh-server-* are in IMAGE_FEATURES so
  that it still takes effect if these are installed by adding
  dropbear/openssh to IMAGE_INSTALL.
* Enable it to be run from image.bbclass rather than core-image.bbclass
  so that it works for images that are using the former.

Second half of the fix for [YOCTO #2578].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/core-image.bbclass
meta/classes/image.bbclass