Including ssh server in rootfs using yocto configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Including ssh server in rootfs using yocto configuration

15,589 Views
kravik
Contributor IV

I have built imges for IMX6 sabersd board using the following commands.

#repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga

#repo sync

#source setup-environment build

#bitbake core-image-minimal

I need ssh server on the target, but it is not there in rootfs.

Can you guide, how to enable ssh server to built with "core-image-minimal".

Labels (3)
0 Kudos
2 Replies

10,328 Views
MichaelBMiner
Contributor IV

So the local.conf must have the line

IMAGE_INSTALL_APPEND = " openssh "

?

0 Kudos

11,857 Views
Yuri
NXP Employee
NXP Employee

Hello,

  If the needed package (ssh) is not present in the conf/local.conf file - it will not be included in rootfs.

So - just try to add it Yourself ; in particular customers can try to build most full configurations

such "fsl-image-gui" and  "fsl-image-qt5".

i.MX Yocto Project: How do I add an existing package to an image?

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos