mirror of https://github.com/thesofproject/sof.git
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
---
|
|
# SOF west manifest
|
|
manifest:
|
|
version: "0.13"
|
|
|
|
defaults:
|
|
remote: thesofproject
|
|
|
|
remotes:
|
|
- name: thesofproject
|
|
url-base: https://github.com/thesofproject
|
|
- name: zephyrproject
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
projects:
|
|
- name: rimage
|
|
repo-path: rimage
|
|
path: sof/rimage
|
|
revision: 542924d70c1715671ad8213440f01dc6dadb52e4
|
|
|
|
- name: tomlc99
|
|
repo-path: tomlc99
|
|
path: sof/rimage/tomlc99
|
|
revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
|
|
|
|
- name: zephyr
|
|
repo-path: zephyr
|
|
revision: 0956647aaf6bd2b1e840adcc86db503f274d84a9
|
|
remote: zephyrproject
|
|
# Import some projects listed in zephyr/west.yml@revision
|
|
#
|
|
# Warning: changes to zephyr/west.yml or to any other _imported_
|
|
# west.yml file are _ignored_ by design! Only the above
|
|
# 'revision:' of zephyr/west.yml is used.
|
|
import:
|
|
name-whitelist:
|
|
- hal_xtensa
|
|
- mbedtls
|
|
- mipi-sys-t
|
|
- lz4
|
|
- tinycrypt
|
|
|
|
self:
|
|
path: sof
|
|
# Changes to submanifests/*.yml files _are_ effective; these have no
|
|
# specified 'revision:'
|
|
import: submanifests
|