commit | c5b2f2bd9c8d00f410de7c0d8fafab85814bf9ec | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Thu Nov 12 09:47:05 2020 +0000 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Tue Nov 17 10:23:46 2020 +0000 |
tree | 56bc0f13919acca61687c659be4ae220e53fec05 | |
parent | d065159179bf049d8f555fd51be64d882b53fd78 [diff] |
Boot: Update MCUboot url MCUboot URL was changed from https://github.com/JuulLabs-OSS/mcuboot to https://github.com/mcu-tools/mcuboot Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: If5e3d103ed420258046b7cf1071d36bf5e883476
diff --git a/lib/ext/mcuboot/CMakeLists.txt b/lib/ext/mcuboot/CMakeLists.txt index 822843f..d26d20c 100644 --- a/lib/ext/mcuboot/CMakeLists.txt +++ b/lib/ext/mcuboot/CMakeLists.txt
@@ -15,7 +15,7 @@ if ("${MCUBOOT_PATH}" STREQUAL "DOWNLOAD") FetchContent_Declare(mcuboot - GIT_REPOSITORY https://github.com/JuulLabs-OSS/mcuboot.git + GIT_REPOSITORY https://github.com/mcu-tools/mcuboot.git GIT_TAG ${MCUBOOT_VERSION} GIT_SHALLOW FALSE GIT_PROGRESS TRUE