sof/submanifests
Krzysztof Frydryk 2c9772d5ad Add west.yml configuring zephyr dependencies from sof
Added west.yaml file, that manages zephyr repo and its dependencies.
Additionally west manifest may now control sof submodules.
Added submanifests directory with README.txt file so the
submanifests directory exists in version control - otherwise
west update command returns error. This is bug described in
https://github.com/zephyrproject-rtos/west/issues/594 .

Co-developed-by: Andrey Borisovich <andrey.borisovich@intel.com>
Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2022-08-03 11:43:22 +01:00
..
sof-ci-jenkins
README.txt

README.txt

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.

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

Note: do not delete this file if there is no other content in submanifests directory.
Submanifests directory must exist for west update command to work (even if does not contain any actual manifests).
This is a known bug, see: https://github.com/zephyrproject-rtos/west/issues/594