2022-09-17 08:30:23 +08:00
|
|
|
---
|
2022-03-30 19:37:24 +08:00
|
|
|
# SOF west manifest
|
|
|
|
manifest:
|
2022-08-01 20:33:05 +08:00
|
|
|
version: "0.13"
|
|
|
|
|
2022-03-30 19:37:24 +08:00
|
|
|
defaults:
|
|
|
|
remote: thesofproject
|
|
|
|
|
|
|
|
remotes:
|
|
|
|
- name: thesofproject
|
|
|
|
url-base: https://github.com/thesofproject
|
|
|
|
- name: zephyrproject
|
|
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
|
2022-10-12 02:59:43 +08:00
|
|
|
# When upgrading projects here please run git log --oneline in the
|
|
|
|
# project and if not too long then include the output in your commit
|
|
|
|
# message. See examples of good commit messages at
|
|
|
|
# https://github.com/thesofproject/sof/commits/4e1d3ba61abd3/rimage
|
|
|
|
# (git log 4e1d3ba61abd3 -- rimage/)
|
|
|
|
|
|
|
|
# WARNING: for backwards compatibility with non-Zephyr platforms,
|
|
|
|
# rimage and toml99 are STILL git submodules! Every time you change
|
|
|
|
# their `revision` revision here you MUST keep their git submodules in
|
|
|
|
# sync. This is as simple as `git add rimage` before committing (+
|
|
|
|
# `git commit --amend` if you forgot and already committed this
|
|
|
|
# west manifest file).
|
|
|
|
|
|
|
|
# When a submodule is out of sync then both `git status` and `git
|
|
|
|
# describe` notice and a "-dirty" suffix appears in the SOF version.
|
|
|
|
# It is generally very bad practice to git push without looking
|
|
|
|
# at "git status"; even without submodules.
|
|
|
|
|
2022-03-30 19:37:24 +08:00
|
|
|
projects:
|
|
|
|
- name: rimage
|
|
|
|
repo-path: rimage
|
|
|
|
path: sof/rimage
|
2023-04-06 20:10:03 +08:00
|
|
|
revision: ab0429fdbe563ef6abe499c69b2483e96c4762d0
|
2022-03-30 19:37:24 +08:00
|
|
|
|
|
|
|
- name: tomlc99
|
|
|
|
repo-path: tomlc99
|
|
|
|
path: sof/rimage/tomlc99
|
|
|
|
revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
|
|
|
|
|
|
|
|
- name: zephyr
|
|
|
|
repo-path: zephyr
|
2023-04-07 00:06:41 +08:00
|
|
|
revision: e59e65dc75e4fc7c359712cd7ad7387c0323eb75
|
2022-03-30 19:37:24 +08:00
|
|
|
remote: zephyrproject
|
2023-02-28 15:31:34 +08:00
|
|
|
|
2022-08-04 02:02:04 +08:00
|
|
|
# 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.
|
2022-03-30 19:37:24 +08:00
|
|
|
import:
|
|
|
|
name-whitelist:
|
|
|
|
- hal_xtensa
|
|
|
|
- mbedtls
|
|
|
|
- mipi-sys-t
|
|
|
|
- lz4
|
|
|
|
- tinycrypt
|
|
|
|
|
|
|
|
self:
|
2022-08-04 02:02:04 +08:00
|
|
|
# Changes to submanifests/*.yml files _are_ effective; these have no
|
|
|
|
# specified 'revision:'
|
2022-03-30 19:37:24 +08:00
|
|
|
import: submanifests
|