diff options
| -rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
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 \ |
