mynewt: allow newt to bypass submodule cloning
A recently added `newt` feature allows it to only clone selected git
submodules: https://github.com/apache/mynewt-newt/pull/377. This changes
the MCUBoot repository to remove submodules from the cloning process,
because they are not used by Mynewt.
Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/repository.yml b/repository.yml
index 58d9304..910e6fb 100644
--- a/repository.yml
+++ b/repository.yml
@@ -18,6 +18,7 @@
#
repo.name: mcuboot
+repo.submodules: ""
repo.versions:
"0.0.0": "master"
"0.9.0": "v0.9.0"