Add Python To A Build
Add the following line of code to your build/conf/local.conf
file:
EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
Choose an image, for example, core-image-minimal
Re-Compile Image
#compile your source code ..
$ time bitbake <Your Image-Name>
Last updated
Was this helpful?