summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-07 18:17:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:07:01 +0000
commitea0bc63dec1e75dd7fe8231732b7f51fbf423b84 (patch)
treea5aebf005513ed5be4fd7336336f36182c0904fa /documentation
parent5c85099acc02b8f145863838cdb9791a999314f8 (diff)
downloadpoky-ea0bc63dec1e75dd7fe8231732b7f51fbf423b84.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index bcae976c69..964bdd605c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -641,8 +641,10 @@ system and gives an overview of their function and contents.
641 introduce a hard dependency on those other layers. 641 introduce a hard dependency on those other layers.
642 642
643 Use the following form for :term:`BBFILES_DYNAMIC`: 643 Use the following form for :term:`BBFILES_DYNAMIC`:
644 collection_name:filename_pattern The following example identifies two 644 ``collection_name:filename_pattern``.
645 collection names and two filename patterns:: 645
646 The following example identifies two collection names and two
647 filename patterns::
646 648
647 BBFILES_DYNAMIC += " \ 649 BBFILES_DYNAMIC += " \
648 clang-layer:${LAYERDIR}/bbappends/meta-clang/*/*/*.bbappend \ 650 clang-layer:${LAYERDIR}/bbappends/meta-clang/*/*/*.bbappend \