mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
ref-manual: BBFILES_DYNAMIC - fix punctuation and quoting issues
(From yocto-docs rev: a798e1172ac507549ad36c0cfd4b92f53a1bef87) Signed-off-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
5c85099acc
commit
ea0bc63dec
@@ -641,8 +641,10 @@ system and gives an overview of their function and contents.
|
|||||||
introduce a hard dependency on those other layers.
|
introduce a hard dependency on those other layers.
|
||||||
|
|
||||||
Use the following form for :term:`BBFILES_DYNAMIC`:
|
Use the following form for :term:`BBFILES_DYNAMIC`:
|
||||||
collection_name:filename_pattern The following example identifies two
|
``collection_name:filename_pattern``.
|
||||||
collection names and two filename patterns::
|
|
||||||
|
The following example identifies two collection names and two
|
||||||
|
filename patterns::
|
||||||
|
|
||||||
BBFILES_DYNAMIC += " \
|
BBFILES_DYNAMIC += " \
|
||||||
clang-layer:${LAYERDIR}/bbappends/meta-clang/*/*/*.bbappend \
|
clang-layer:${LAYERDIR}/bbappends/meta-clang/*/*/*.bbappend \
|
||||||
|
|||||||
Reference in New Issue
Block a user