mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
examples: use symlink for ESP32SecureCertDataProvider.h instead of copy
This commit is contained in:
+1
-3
@@ -112,9 +112,7 @@ variables:
|
||||
- rm -rf ${ESP_MATTER_PATH}/../platform
|
||||
- mkdir -p ${ESP_MATTER_PATH}/../platform
|
||||
- cp -r ${CHIP_SUBMODULE_PATH}/src/platform/ESP32 $ESP_MATTER_PATH/../platform/ESP32_custom
|
||||
# We have modified the ESP32SecureCertDataProvider.h file to include the ESP32FactoryDataProvider.h
|
||||
# So copying all files from the external_platform directory.
|
||||
- cp ${ESP_MATTER_PATH}/examples/common/external_platform/* $ESP_MATTER_PATH/../platform/ESP32_custom/
|
||||
- cp ${ESP_MATTER_PATH}/examples/common/external_platform/BUILD.gn $ESP_MATTER_PATH/../platform/ESP32_custom
|
||||
- cd ${ESP_MATTER_PATH}/examples/light
|
||||
- cp sdkconfig.defaults sdkconfig.defaults.backup
|
||||
- cp sdkconfig.defaults.ext_plat_ci sdkconfig.defaults
|
||||
|
||||
Reference in New Issue
Block a user