feat(802.15.4): remove common components from the ci pipeline dependency

This commit is contained in:
zwx
2026-02-03 14:29:15 +08:00
parent fff49a4555
commit e84f378e67
3 changed files with 4 additions and 4 deletions
@@ -2,7 +2,6 @@
.ieee802154_dependencies: &ieee802154_dependencies
depends_components:
- *common_components
- esp_coex
- esp_phy
- ieee802154
+4 -2
View File
@@ -4,8 +4,10 @@
# Or delete TODO without modifying the configuration if it is sure that current rules are correct.
.openthread_dependencies: &openthread_dependencies
depends_components:
- *common_components
- esp_coex
- esp_driver_spi
- esp_driver_uart
- esp_hal_uart
- esp_netif
- esp_phy
- esp_system
@@ -20,8 +22,8 @@
.openthread_sleep_dependencies: &openthread_sleep_dependencies
depends_components:
- *common_components
- esp_hw_support
- soc
examples/openthread/ot_br:
enable:
-1
View File
@@ -2,7 +2,6 @@
.zigbee_dependencies: &zigbee_dependencies
depends_components:
- *common_components
- ieee802154
- openthread
- protocol_examples_common