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