Hi
Can someone tell me how to add openssh server to the jethro yocto boundary-eval-image?
I would like to include openssh server into boundary-eval-image, so I added
IMAGE_INSTALL_append+="openssh"
to the end of file "local.conf", and rebuild the image with command "bitbake boundary-eval-image"
but at the end I got error message as
"
Computing transaction...error: Can't install packagegroup-core-ssh-dropbear-1.0-r1@all: unable to install provider for dropbear:
error: dropbear-2015.68-r0@cortexa9hf_vfp_neon is conflicted by openssh-sshd-7.1p2-r0@cortexa9hf_vfp_neon
"
Anyone know how this happen and can fix it?
Thanks
Damien