yocto-public/4-workflow/addpkg.md

271 B

Adding packages/recipes to image

Quick and Dirty

Add to your local.conf:

IMAGE_INSTALL_append += " package"

Associated to an image, machine or distro

In the image, machine or distro configuration file:

IMAGE_INSTALL_append += " package"