mirror of https://github.com/thesofproject/sof.git
47 lines
1.2 KiB
YAML
47 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: 02abc5d342a3ee6965bdc933ea1439d85d0256da
|
|
|
|
- name: tomlc99
|
|
repo-path: tomlc99
|
|
path: sof/rimage/tomlc99
|
|
revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
|
|
|
|
- name: zephyr
|
|
repo-path: zephyr
|
|
revision: dcda3eab8df7e9b25cdf038232abcb0ddc174461
|
|
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
|