Merge branch 'controller/fix_compile_error' into 'main'

controller: Fix the compile error when enabling otbr feature

See merge request app-frameworks/esp-matter!605
This commit is contained in:
Shu Chen
2024-01-16 11:32:20 +08:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -127,6 +127,10 @@ variables:
- idf.py build
- cp sdkconfig.defaults.c6_backup sdkconfig.defaults.esp32c6
.build_controller_otbr_example: &build_controller_otbr_example
- cd $ESP_MATTER_PATH/examples/controller
- idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.otbr" set-target esp32s3 build
.build_examples_template:
stage: build
image: gitlab.espressif.cn:5050/app-frameworks/esp-matter/build-env:latest
@@ -225,6 +229,7 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
script:
- *build_external_platform_example
- *build_esp32c6_thread_example
- *build_controller_otbr_example
# mfg_test_app needs an secure boot signing key, generating one here
- cd ${ESP_MATTER_PATH}/examples/mfg_test_app
@@ -34,6 +34,7 @@ CONFIG_MBEDTLS_CMAC_C=y
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
CONFIG_MBEDTLS_ECJPAKE_C=y
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
CONFIG_MBEDTLS_HKDF_C=y
# MDNS platform
CONFIG_USE_MINIMAL_MDNS=n