Lines Matching refs:file
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
20 Build system settings go in other keys in the file as described later on in
24 you can combine a snippet-specific devicetree overlay and a ``.conf`` file like
71 application source directory (so :file:`<app>/snippets` is also).
79 :file:`snippet.yml` files underneath a subdirectory named :file:`snippets/`,
83 system will look for :file:`snippet.yml` files underneath the following
86 - :file:`/foo/snippets/`
87 - :file:`/bar/snippets/`
89 The :file:`snippet.yml` files can be nested anywhere underneath these
92 #. In any :ref:`module <modules>` whose :file:`module.yml` file provides a
96 :file:`module.yml` file:
103 And then any :file:`snippet.yml` files in ``baz/snippets`` will
141 This :file:`snippet.yml` adds :file:`foo.overlay` to the build:
149 The path to :file:`foo.overlay` is relative to the directory containing
150 :file:`snippet.yml`.
157 This :file:`snippet.yml` adds :file:`foo.conf` to the build:
165 The path to :file:`foo.conf` is relative to the directory containing
166 :file:`snippet.yml`.
171 This :file:`snippet.yml` adds :file:`foo.conf` to the sysbuild configuration:
179 The path to :file:`foo.conf` is relative to the directory containing
180 :file:`snippet.yml`.
185 This :file:`snippet.yml` adds ``DTS_EXTRA_CPPFLAGS`` CMake Cache variables
194 Adding these flags enables control over the content of a devicetree file.
203 application with both :file:`prj.conf` and :file:`boards/foo.conf` files will
205 of just :file:`boards/foo.conf`)
221 The above example uses :file:`bar.overlay` when building for board ``bar``, and
222 :file:`baz.overlay` when building for ``baz``.
244 The above example uses devicetree overlay :file:`my_vendor.overlay` when