I have successfully built a core-image for my Sabre-SD board.
Now I want to customize the image, and start simple by just adding a package.
I noticed I could bitbake openssh, which generated files in:
- build/tmp/sysroots/imx6qsabresd/usr/lib
It generated NO files in:
- build/tmp/sysroots/imx6qsabresd/usr/bin
- build/tmp/sysroots/imx6qsabresd/usr/sbin (which does not even exist)
I did try to copy the openssh-related files in lib to my SDcard, but that couldn't let me use openssh.
Since the recipe for openssh was there, I thought I could just bake it, and copy the generated files to my rootfs. Apparently I am wrong.
What am I missing?