mirror of https://github.com/thesofproject/sof.git
9915d1e1fd
Note this change does NOT affect Zephyr builds in any shape or form as Zephyr builds simply don't use the CMake files changed by this commit. Downloading missing submodules at build time was never a good idea; always a hack. Downloading and building should always be kept separate from each other for version control and bill of materials reasons and to support "off-line" builds; build inputs should always be available. Now that Zephyr builds have just moved away from git submodules (replaced by west), stop sneakily downloading missing submodules at build time while the user cannot notice, overwhelmed by the volume of build logs. Someone building XTOS first and Zephyr second could unknowningly end up in a "hybrid" and undesired situation where git submodules and west would be BOTH pointing at the same rimage clone. Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.. | ||
defconfigs.cmake | ||
dist.cmake | ||
git-hooks.cmake | ||
git-submodules.cmake | ||
kconfig.cmake | ||
misc.cmake | ||
version-build-counter.cmake | ||
version.cmake | ||
xtensa-platform.cmake | ||
xtensa-toolchain.cmake |