This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
sof
mirror of
https://github.com/thesofproject/sof.git
Watch
1
Star
0
Fork
You've already forked sof
0
Code
Issues
Projects
Releases
Wiki
Activity
0d9a0c112c
sof
/
.gitmodules
4 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add rimage as a git submodule This adds rimage as a git submodule by running: git submodule add https://github.com/thesofproject/rimage.git rimage git submodule set-branch --branch master rimage This also modifies the build script to build the tool. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-11-13 03:05:05 +08:00
[submodule "rimage"]
path = rimage
.gitmodules: use a relative path Un-hardcoding makes mirroring possible. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-06-13 08:24:48 +08:00
url = ../rimage.git