Commit Graph

4 Commits

Author SHA1 Message Date
Marc Herbert 250ab3875c .gitmodules: remove .git suffix from rimage.git
This makes it possible to clone locally and recursively.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-09-30 15:56:44 +01:00
Marc Herbert 9d78c35de9 .gitmodules: use a relative path
Un-hardcoding makes mirroring possible.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-04-01 13:03:01 +01:00
Marc Herbert 3e442f5f31 .gitmodules: use default branch
No need to hardcode to "master" or anything else, submodules
don't even use branches anyway

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-04-01 13:03:01 +01:00
Daniel Leung c00d39c71b 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>
2020-05-13 10:16:04 +01:00