aboutsummaryrefslogtreecommitdiff
path: root/lib/ext
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2020-09-16 13:15:43 +0100
committerTamas Ban <tamas.ban@arm.com>2020-09-30 08:07:38 +0000
commit4b2d5a20a3dec21c42c4c34783d13588a105d9ef (patch)
tree7c7c6b56c44c5bc94678023d02def9eaa9a81e0e /lib/ext
parent63f87caf61c1cf986e9d0308e555f49fa2dab42f (diff)
downloadtrusted-firmware-m-4b2d5a20a3dec21c42c4c34783d13588a105d9ef.tar.gz
Build: Update MCUboot version
Pick-up a version which contains all features which were upstreamed from TF-M MCUboot fork. Change-Id: Ic59069c8851cf003133124838365ae97abc389ba Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Diffstat (limited to 'lib/ext')
-rw-r--r--lib/ext/mcuboot/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ext/mcuboot/CMakeLists.txt b/lib/ext/mcuboot/CMakeLists.txt
index 4c817cd64d..822843f750 100644
--- a/lib/ext/mcuboot/CMakeLists.txt
+++ b/lib/ext/mcuboot/CMakeLists.txt
@@ -17,10 +17,12 @@ if ("${MCUBOOT_PATH}" STREQUAL "DOWNLOAD")
FetchContent_Declare(mcuboot
GIT_REPOSITORY https://github.com/JuulLabs-OSS/mcuboot.git
GIT_TAG ${MCUBOOT_VERSION}
- GIT_SHALLOW TRUE
+ GIT_SHALLOW FALSE
GIT_PROGRESS TRUE
GIT_SUBMODULES ""
)
+ # ToDo: set GIT_SHALLOW to 'TRUE' when MCUBOOT_VERSION will be set to a tag
+ # (instead of a commit hash) with the new release.
FetchContent_GetProperties(mcuboot)
if(NOT mcuboot_POPULATED)