yocto-public/4-workflow/addpkg.md
2015-07-21 14:22:25 +02:00

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"