51f8588fb8
Import any manifest files in a new 'submanifests' directory into west.yml. This lets users define custom zephyr modules or easily override built-in modules by dropping their own manifest files into submanifests/some-user-file.yaml. Provide an example and a README with links to the relevant documentation in 'submanifests' to get users started. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
This directory can contain additional west manifest files. Any files
|
|
in this directory will be included in the main west.yml file sorted by
|
|
filename.
|
|
|
|
See example.yaml.sample for an example.
|
|
|
|
For more details about how this works, see this part of the west
|
|
documentation:
|
|
|
|
https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directory-of-manifest-files
|