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:
parent
3647ded973
commit
19df5c44de
|
@ -18,6 +18,7 @@
|
|||
#
|
||||
|
||||
repo.name: mcuboot
|
||||
repo.submodules: ""
|
||||
repo.versions:
|
||||
"0.0.0": "master"
|
||||
"0.9.0": "v0.9.0"
|
||||
|
|
Loading…
Reference in New Issue