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>
This commit is contained in:
Fabio Utzig 2020-02-25 06:47:24 -03:00 committed by Fabio Utzig
parent 3647ded973
commit 19df5c44de
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#
repo.name: mcuboot
repo.submodules: ""
repo.versions:
"0.0.0": "master"
"0.9.0": "v0.9.0"