Lines Matching refs:foo
29 name: foo
31 EXTRA_DTC_OVERLAY_FILE: foo.overlay
32 EXTRA_CONF_FILE: foo.conf
38 name: foo
50 For example, if your snippet is named ``foo-bar``, write your devicetree
82 For example, if :makevar:`SNIPPET_ROOT` is set to ``/foo;/bar``, the build
86 - :file:`/foo/snippets/`
113 To apply ``bar`` after ``foo``:
117 cmake -Sapp -Bbuild -DSNIPPET="foo;bar" [...]
124 west build -S foo -S bar [...] app
129 For instance, if ``foo`` sets ``CONFIG_FOO=1`` and ``bar`` sets
131 be ``CONFIG_FOO=2`` because ``bar`` is processed after ``foo``.
141 This :file:`snippet.yml` adds :file:`foo.overlay` to the build:
145 name: foo
147 EXTRA_DTC_OVERLAY_FILE: foo.overlay
149 The path to :file:`foo.overlay` is relative to the directory containing
157 This :file:`snippet.yml` adds :file:`foo.conf` to the build:
161 name: foo
163 EXTRA_CONF_FILE: foo.conf
165 The path to :file:`foo.conf` is relative to the directory containing
171 This :file:`snippet.yml` adds :file:`foo.conf` to the sysbuild configuration:
175 name: foo
177 SB_EXTRA_CONF_FILE: foo.conf
179 The path to :file:`foo.conf` is relative to the directory containing
190 name: foo
203 application with both :file:`prj.conf` and :file:`boards/foo.conf` files will
204 use both ``.conf`` files in the build when building for board ``foo``, instead
205 of just :file:`boards/foo.conf`)
238 name: foo