[OE-core] [PATCH v3 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Paul Eggleton
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

Re: [OE-core] [PATCH v3 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Chris Larson
On Wed, Jan 16, 2013 at 10:00 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: + if [ -e ${IMAGE_ROOTFS}${sbindir}/dropbear ] ; then + if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2/dev/null ; then + if ! grep -q