Lines Matching refs:yml
164 its :ref:`modules` in its :file:`west.yml`
178 and names other projects required to build it in its :file:`west.yml`. This
194 │ └── west.yml # main manifest with optional import(s) and override(s)
201 └── west.yml # This can be partially imported with lower precedence or ignored.
205 Here is an example :file:`application/west.yml` which uses
211 # Example T2 west.yml, using manifest imports.
227 Another way to do the same thing is to copy/paste :file:`zephyr/west.yml`
228 to :file:`application/west.yml`, adding an entry for the zephyr
243 west-commands: scripts/west-commands.yml
258 :file:`zephyr/west.yml` revision, instead of having to be copy/pasted (and
286 │ └── west.yml # main manifest with optional import(s) and override(s)
293 └── west.yml # This can be partially imported with lower precedence or ignored.
296 Here is an example T3 :file:`manifest-repo/west.yml` which uses
322 You can also do this "by hand" by copy/pasting :file:`zephyr/west.yml`