Template:Adding yocto packages common: Difference between revisions
From Variscite Wiki
(Created page with "<includeonly> = General = Packages and package groups can be added to image recipes. See the Yocto Development manual for how to customize an image: https://docs.yoctoproject.org/dev-manual/customizing-images.html#customizing-images-using-custom-image-features-and-extra-image-features = Adding a package to the local build of the BSP= Search for the corresponding recipe and which layer the recipe is in. This link is a useful tool for doing so: http://layers.openembedd...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{COMMON YOCTO VARS}} | |||
= General = | = General = | ||
Line 12: | Line 13: | ||
Add the following line to YOCTO_DIR/BUILD_DIR/conf/local.conf: | Add the following line to YOCTO_DIR/BUILD_DIR/conf/local.conf: | ||
IMAGE_INSTALL{{#var:YOCTO_OVERRIDE_PREFIX}}append = " <package>" | |||
Note: The leading white-space between the " and the package name is necessary for the append command. | Note: The leading white-space between the " and the package name is necessary for the append command. |