* don't all core images use openssh instead of dropbear?
@ 2014-07-25 16:03 Robert P. J. Day
2014-07-25 16:06 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2014-07-25 16:03 UTC (permalink / raw)
To: Yocto discussion list
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 derived from core-image replace
dropbear with openssh?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: don't all core images use openssh instead of dropbear?
2014-07-25 16:03 don't all core images use openssh instead of dropbear? Robert P. J. Day
@ 2014-07-25 16:06 ` Burton, Ross
2014-07-25 16:15 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2014-07-25 16:06 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto discussion list
On 25 July 2014 17:03, Robert P. J. Day <rpjday@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
ssh-server-dropbear, so if both are present dropbear is removed.
Ross
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: don't all core images use openssh instead of dropbear?
2014-07-25 16:06 ` Burton, Ross
@ 2014-07-25 16:15 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2014-07-25 16:15 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto discussion list
On Fri, 25 Jul 2014, Burton, Ross wrote:
> On 25 July 2014 17:03, Robert P. J. Day <rpjday@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
> ssh-server-dropbear, so if both are present dropbear is removed.
ah, my misunderstanding, i thought it was a simple substitution, not
an override only if *both* were present.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-25 16:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 16:03 don't all core images use openssh instead of dropbear? Robert P. J. Day
2014-07-25 16:06 ` Burton, Ross
2014-07-25 16:15 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.