forked from espressif/esp-idf
ci(mbedtls): Fix component dependencies for security-related test apps
This commit is contained in:
@@ -3,3 +3,5 @@
|
|||||||
components/esp_security/test_apps/crypto_drivers:
|
components/esp_security/test_apps/crypto_drivers:
|
||||||
enable:
|
enable:
|
||||||
- if: ((SOC_HMAC_SUPPORTED == 1) or (SOC_DIG_SIGN_SUPPORTED == 1)) or (SOC_KEY_MANAGER_SUPPORTED == 1)
|
- if: ((SOC_HMAC_SUPPORTED == 1) or (SOC_DIG_SIGN_SUPPORTED == 1)) or (SOC_KEY_MANAGER_SUPPORTED == 1)
|
||||||
|
depends_components:
|
||||||
|
- esp_security
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
components/hal/test_apps/crypto:
|
components/hal/test_apps/crypto:
|
||||||
depends_components:
|
depends_components:
|
||||||
- efuse
|
- efuse
|
||||||
|
- mbedtls
|
||||||
|
- esp_security
|
||||||
|
|
||||||
components/hal/test_apps/hal_i2c:
|
components/hal/test_apps/hal_i2c:
|
||||||
disable:
|
disable:
|
||||||
|
@@ -7,5 +7,6 @@ components/mbedtls/test_apps:
|
|||||||
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
|
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
|
||||||
depends_components:
|
depends_components:
|
||||||
- efuse
|
- efuse
|
||||||
depends_filepatterns:
|
- mbedtls
|
||||||
- components/mbedtls/port/ecdsa/*
|
- esp_security
|
||||||
|
- esp_mm
|
||||||
|
Reference in New Issue
Block a user