mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'refactor/remove_common_component_dependency_ota_test_apps' into 'master'
Removed the common_component dependency from app_update and protocols Closes IDF-15300 See merge request espressif/esp-idf!45822
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
.default_rules: &default_rules
|
||||
depends_components:
|
||||
- *common_components
|
||||
- lwip
|
||||
- esp_netif
|
||||
- esp_wifi
|
||||
|
||||
@@ -134,7 +134,6 @@ examples/system/ota/advanced_https_ota:
|
||||
temporary: true
|
||||
reason: lack of runners
|
||||
depends_components:
|
||||
- *common_components
|
||||
- app_update
|
||||
- esp_https_ota
|
||||
- esp_http_client
|
||||
@@ -155,7 +154,6 @@ examples/system/ota/native_ota_example:
|
||||
- if: IDF_TARGET != "esp32"
|
||||
reason: Only esp32 has ethernet runners
|
||||
depends_components:
|
||||
- *common_components
|
||||
- app_update
|
||||
- esp_https_ota
|
||||
- esp_http_client
|
||||
@@ -185,7 +183,6 @@ examples/system/ota/partitions_ota:
|
||||
temporary: true
|
||||
reason: lack of runners with recovery_bootloader lablel
|
||||
depends_components:
|
||||
- *common_components
|
||||
- app_update
|
||||
- esp_https_ota
|
||||
- esp_http_client
|
||||
@@ -216,7 +213,6 @@ examples/system/ota/simple_ota_example:
|
||||
temporary: true
|
||||
reason: lack of runners
|
||||
depends_components:
|
||||
- *common_components
|
||||
- app_update
|
||||
- esp_https_ota
|
||||
- esp_http_client
|
||||
|
||||
Reference in New Issue
Block a user