mirror of https://github.com/thesofproject/sof.git
Delete old rimage submodule and old rimage west module
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
98ee39f44c
commit
e330fb4ec7
|
@ -1,25 +1,3 @@
|
|||
|
||||
# Old, independent rimage submodule. To be removed.
|
||||
[submodule "rimage"]
|
||||
path = rimage
|
||||
# This is a _relative_ submodule URL. In some use cases it's better than
|
||||
# an _absolute_ submodule URL, in other cases it's not. One size does
|
||||
# unfortunately not fit all.
|
||||
#
|
||||
# Among other pages, http://blog.tremily.us/posts/Relative_submodules/
|
||||
# has a good comparison
|
||||
#
|
||||
# If you use Zephyr you must also look at the comments in sof/west.yml.
|
||||
#
|
||||
# If you want to fork or mirror sof.git _without_ doing the same for
|
||||
# rimage.git then your automation may want you to change and git commit
|
||||
# an absolute URL in your branch. No need to git commit for interactive
|
||||
# use; a local and temporary edit of this file is enough for interactive
|
||||
# use because .gitmodules is used only once to --init[ialize]
|
||||
# .git/config the first time. Then .gitmodules is never used again after
|
||||
# cloning.
|
||||
url = ../rimage
|
||||
|
||||
# This is required for non-Zephyr ("XTOS") configurations. Zephyr
|
||||
# configs also get it from sof/west.yml which adds the burden of keeping
|
||||
# both tomlc99 SHA1s synchronized but in practice this barely ever moves.
|
||||
|
|
1
rimage
1
rimage
|
@ -1 +0,0 @@
|
|||
Subproject commit ac487e09ca5bb34a2eebd2f3d1cfeb9e792c501a
|
11
west.yml
11
west.yml
|
@ -33,17 +33,6 @@ manifest:
|
|||
# https://github.com/zephyrproject-rtos/zephyr/issues/58212
|
||||
|
||||
projects:
|
||||
- name: rimage
|
||||
repo-path: rimage
|
||||
path: sof/rimage
|
||||
revision: ac487e09ca5bb34a2eebd2f3d1cfeb9e792c501a
|
||||
|
||||
# To be removed in the next commits
|
||||
- name: tomlc99-old-location
|
||||
repo-path: tomlc99
|
||||
path: sof/rimage/tomlc99
|
||||
revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
|
||||
|
||||
# West convenience for Zephyr people who forgot --recursive when
|
||||
# cloning sof.git. This adds the burden of keeping both tomlc99
|
||||
# SHA1s synchronized but in practice it barely ever moves.
|
||||
|
|
Loading…
Reference in New Issue