[yocto] don't all core images use openssh instead of dropbear?

2014-07-25 Thread Robert P. J. Day
dev manual, ch 2, final note claims, The core-image-sato QEMU image has a Dropbear secure shell (SSH) server that runs with the root password disabled. but core-image.bbclass contains the line: IMAGE_FEATURES_REPLACES_ssh-server-openssh = ssh-server-dropbear so wouldn't *all* image recipes

Re: [yocto] don't all core images use openssh instead of dropbear?

2014-07-25 Thread Burton, Ross
On 25 July 2014 17:03, Robert P. J. Day rpj...@crashcourse.ca wrote: IMAGE_FEATURES_REPLACES_ssh-server-openssh = ssh-server-dropbear so wouldn't *all* image recipes derived from core-image replace dropbear with openssh? That means that the image feature ssh-server-openssh replaces

Re: [yocto] don't all core images use openssh instead of dropbear?

2014-07-25 Thread Robert P. J. Day
On Fri, 25 Jul 2014, Burton, Ross wrote: On 25 July 2014 17:03, Robert P. J. Day rpj...@crashcourse.ca wrote: IMAGE_FEATURES_REPLACES_ssh-server-openssh = ssh-server-dropbear so wouldn't *all* image recipes derived from core-image replace dropbear with openssh? That means that the