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 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

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 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 ssh-server-dropbear, so if

[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 reci