All of lore.kernel.org
 help / color / mirror / Atom feed
* Intel Galleio Board SSH Minimal Poky Image
@ 2019-04-16 15:36 nick
  2019-04-16 16:15 ` Maciej Pijanowski
  2019-04-16 19:25 ` Chris Simmonds
  0 siblings, 2 replies; 3+ messages in thread
From: nick @ 2019-04-16 15:36 UTC (permalink / raw)
  To: yocto

Greetings,

What is the minimal image from the poky yocto recipes that has ssh enabled by
default or is it just better to enable it in the core minimal image on system
startup.

Thanks,

Nick


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Intel Galleio Board SSH Minimal Poky Image
  2019-04-16 15:36 Intel Galleio Board SSH Minimal Poky Image nick
@ 2019-04-16 16:15 ` Maciej Pijanowski
  2019-04-16 19:25 ` Chris Simmonds
  1 sibling, 0 replies; 3+ messages in thread
From: Maciej Pijanowski @ 2019-04-16 16:15 UTC (permalink / raw)
  To: nick, yocto


On 16.04.2019 17:36, nick wrote:
> Greetings,
Hello,
>
> What is the minimal image from the poky yocto recipes that has ssh enabled by
> default or is it just better to enable it in the core minimal image on system
> startup.
I would go with the core-image-minimal or the core-image-full-cmdline 
(depending
on the requirements) and enable the ssh-server via IMAGE_FEATURES: 
https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#ref-features-image

Typically, at the start of development, by adding the following line in 
build/conf/local.conf:

IMAGE_FEATURES_append = " ssh-server-openssh"
>
> Thanks,
>
> Nick

-- 
Maciej Pijanowski
Embedded Systems Engineer
https://3mdeb.com | @3mdeb_com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Intel Galleio Board SSH Minimal Poky Image
  2019-04-16 15:36 Intel Galleio Board SSH Minimal Poky Image nick
  2019-04-16 16:15 ` Maciej Pijanowski
@ 2019-04-16 19:25 ` Chris Simmonds
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Simmonds @ 2019-04-16 19:25 UTC (permalink / raw)
  To: yocto

Hi Nick,

On 16/04/2019 16:36, nick wrote:
> Greetings,
> 
> What is the minimal image from the poky yocto recipes that has ssh enabled by
> default or is it just better to enable it in the core minimal image on system
> startup.

core-image-minimal plus dropbear (ssh daemon) comes to 16 MB when
installed (BeagleBone Black). This is just the rootfs. Add another 6 to
10 MB for bootloader and kernel.

> 
> Thanks,
> 
> Nick
> 

Cheers,
Chris

-- 
Chris Simmonds, trainer and consultant at 2net
http://www.2net.co.uk
Author of "Mastering Embedded Linux Programming"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-16 22:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 15:36 Intel Galleio Board SSH Minimal Poky Image nick
2019-04-16 16:15 ` Maciej Pijanowski
2019-04-16 19:25 ` Chris Simmonds

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.