modules: tf-m: disable tf-m-tests revision checks
Permanently disable the revision checks made in the tf-m-tests repository that were introduced with TF-M 2.1.0. They fail because the expected upstream tags are not found in Zephyr's tf-m-tests. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
f451201228
commit
9ad1a7c8d2
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ if (CONFIG_BUILD_WITH_TFM)
|
||||||
list(APPEND TFM_CMAKE_ARGS -DCONFIG_TFM_ENABLE_FP=OFF)
|
list(APPEND TFM_CMAKE_ARGS -DCONFIG_TFM_ENABLE_FP=OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
list(APPEND TFM_CMAKE_ARGS -DTFM_TESTS_REVISION_CHECKS=OFF)
|
||||||
|
|
||||||
file(MAKE_DIRECTORY ${TFM_BINARY_DIR})
|
file(MAKE_DIRECTORY ${TFM_BINARY_DIR})
|
||||||
add_custom_target(tfm_cmake
|
add_custom_target(tfm_cmake
|
||||||
DEPENDS ${TFM_BINARY_DIR}/CMakeCache.txt
|
DEPENDS ${TFM_BINARY_DIR}/CMakeCache.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue