Lines Matching full:snippet
10 Snippets are defined using YAML files named :file:`snippet.yml`.
12 A :file:`snippet.yml` file contains the name of the snippet, along with
17 name: snippet-name
24 you can combine a snippet-specific devicetree overlay and a ``.conf`` file like
46 When writing devicetree overlays in a snippet, use ``snippet_<name>`` or
47 ``snippet-<name>`` as a namespace prefix when choosing names for node labels,
50 For example, if your snippet is named ``foo-bar``, write your devicetree
76 which may contain snippet definitions.
79 :file:`snippet.yml` files underneath a subdirectory named :file:`snippets/`,
83 system will look for :file:`snippet.yml` files underneath the following
89 The :file:`snippet.yml` files can be nested anywhere underneath these
103 And then any :file:`snippet.yml` files in ``baz/snippets`` will
110 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
127 by the last processed snippet ends up in the final configurations.
141 This :file:`snippet.yml` adds :file:`foo.overlay` to the build:
150 :file:`snippet.yml`.
157 This :file:`snippet.yml` adds :file:`foo.conf` to the build:
166 :file:`snippet.yml`.
171 This :file:`snippet.yml` adds :file:`foo.conf` to the sysbuild configuration:
180 :file:`snippet.yml`.
185 This :file:`snippet.yml` adds ``DTS_EXTRA_CPPFLAGS`` CMake Cache variables
201 The settings described here are applied in **addition** to snippet settings