From ea0bc63dec1e75dd7fe8231732b7f51fbf423b84 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 7 May 2021 18:17:44 +0200 Subject: [PATCH] ref-manual: BBFILES_DYNAMIC - fix punctuation and quoting issues (From yocto-docs rev: a798e1172ac507549ad36c0cfd4b92f53a1bef87) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 6 ++++-- 1 file 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. introduce a hard dependency on those other layers. Use the following form for :term:`BBFILES_DYNAMIC`: - collection_name:filename_pattern The following example identifies two - collection names and two filename patterns:: + ``collection_name:filename_pattern``. + + The following example identifies two collection names and two + filename patterns:: BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/bbappends/meta-clang/*/*/*.bbappend \