You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf fromtree] Build: Clean up mbedcrypto related CMakeLists.txt
Simplify dependencies and use consistent style for mbedTLS
related targets both in BL2 and TF-M Crypto.
Signed-off-by: Antonio de Angelis <[email protected]>
Change-Id: I45b53a3ec18f34670560f20c2151a8c5e8d6f7c6
(cherry picked from commit 126122f)
Signed-off-by: Joakim Andersson <[email protected]>
(cherry picked from commit 3448048)
message(FATAL_ERROR"Target bl2_mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto been applied to the mbedcrypto repo at ${MBEDCRYPTO_PATH} ?
103
+
if(NOTTARGET${MBEDTLS_TARGET_PREFIX}mbedcrypto)
104
+
message(FATAL_ERROR"Target ${MBEDTLS_TARGET_PREFIX}mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto been applied to the mbedcrypto repo at ${MBEDCRYPTO_PATH} ?
105
105
Hint: The command might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
message(FATAL_ERROR"Target crypto_service_mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto been applied to the mbedcrypto repo at ${MBEDCRYPTO_PATH} ?
173
+
if(NOTTARGET${MBEDTLS_TARGET_PREFIX}mbedcrypto)
174
+
message(FATAL_ERROR"Target ${MBEDTLS_TARGET_PREFIX}mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto been applied to the mbedcrypto repo at ${MBEDCRYPTO_PATH} ?
175
175
Hint: The command might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
0 commit comments