|
1 | | -[submodule "rimage"] |
2 | | - path = rimage |
3 | | -# This is a _relative_ submodule URL. In some use cases it's better than |
4 | | -# an _absolute_ submodule URL, in other cases it's not. One size does |
5 | | -# unfortunately not fit all. |
6 | | -# |
7 | | -# Among other pages, http://blog.tremily.us/posts/Relative_submodules/ |
8 | | -# has a good comparison |
9 | | -# |
10 | | -# If you use Zephyr you must also look at the comments in sof/west.yml. |
11 | | -# |
12 | | -# If you want to fork or mirror sof.git _without_ doing the same for |
13 | | -# rimage.git then your automation may want you to change and git commit |
14 | | -# an absolute URL in your branch. No need to git commit for interactive |
15 | | -# use; a local and temporary edit of this file is enough for interactive |
16 | | -# use because .gitmodules is used only once to --init[ialize] |
17 | | -# .git/config the first time. Then .gitmodules is never used again after |
18 | | -# cloning. |
19 | | - url = ../rimage |
| 1 | +# This is required for non-Zephyr ("XTOS") configurations. Zephyr |
| 2 | +# configs also get it from sof/west.yml which adds the burden of keeping |
| 3 | +# both tomlc99 SHA1s synchronized but in practice this barely ever moves. |
| 4 | +[submodule "tomlc99"] |
| 5 | + path = tools/rimage/tomlc99 |
| 6 | + # This is a _absolute_ submodule URL. In some use cases it's |
| 7 | + # better than an _relative_ submodule URL, in other cases it's |
| 8 | + # not. One size does unfortunately not fit all. Among other |
| 9 | + # pages, http://blog.tremily.us/posts/Relative_submodules/ has a |
| 10 | + # good comparison. |
| 11 | + # |
| 12 | + # A local and temporary edit of this url can be enough because |
| 13 | + # .gitmodules is used _only once_ to submodule --init[ialize] |
| 14 | + # .git/config the first time. Then .gitmodules is never used |
| 15 | + # again after cloning tomlc99 the first time. |
| 16 | + url = https://github.com/thesofproject/tomlc99.git |
| 17 | + branch = master |
0 commit comments