From 19df5c44de6a842a800866f780f62c1a24576176 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Tue, 25 Feb 2020 06:47:24 -0300 Subject: [PATCH] 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 --- repository.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/repository.yml b/repository.yml index 58d93047..910e6fb2 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"