Skip to content

Commit 19df5c4

Browse files
committed
mynewt: allow newt to bypass submodule cloning
A recently added `newt` feature allows it to only clone selected git submodules: apache/mynewt-newt#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>
1 parent 3647ded commit 19df5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#
1919

2020
repo.name: mcuboot
21+
repo.submodules: ""
2122
repo.versions:
2223
"0.0.0": "master"
2324
"0.9.0": "v0.9.0"

0 commit comments

Comments
 (0)