mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
docs: fix new override syntax migration
Fix bits missed by the migration script. (From yocto-docs rev: 452e0c5067476fd2ce81f09e6c73da84ced4bbd0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed6482821c
commit
3d93ddf9e8
@@ -1154,7 +1154,7 @@ subdirectory for each package. Apart from some advanced cases, the
|
||||
splitting. The :term:`PACKAGES` variable lists all of the packages to be
|
||||
produced, while the :term:`FILES` variable specifies which files to include
|
||||
in each package by using an override to specify the package. For
|
||||
example, ``FILES_${PN}`` specifies the files to go into the main package
|
||||
example, ``FILES:${PN}`` specifies the files to go into the main package
|
||||
(i.e. the main package has the same name as the recipe and
|
||||
``${``\ :term:`PN`\ ``}`` evaluates to the
|
||||
recipe name). The order of the :term:`PACKAGES` value is significant. For
|
||||
|
||||
Reference in New Issue
Block a user