mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(test_apps): drop obsolete esp_hw_support to esp_pm violation
The G1 dependency check fails when an expected extra dependency is no longer present after the real component edge was removed.
This commit is contained in:
@@ -54,7 +54,7 @@ g1_g0_components = g1_g0_components_base + get_all_esp_hal_components()
|
||||
# Global expected dependency violations that apply to all targets
|
||||
expected_dep_violations = {
|
||||
'esp_system': ['esp_timer', 'bootloader_support', 'esp_pm'],
|
||||
'esp_hw_support': ['efuse', 'bootloader_support', 'esp_driver_gpio', 'esp_timer', 'esp_pm'],
|
||||
'esp_hw_support': ['efuse', 'bootloader_support', 'esp_driver_gpio', 'esp_timer'],
|
||||
# efuse: esp_mspi_align queries the flash encryption state to derive MSPI buffer alignment
|
||||
'esp_mspi': ['bootloader_support', 'efuse'],
|
||||
'cxx': ['pthread'],
|
||||
|
||||
@@ -44,7 +44,6 @@ set(extra_components_which_shouldnt_be_included
|
||||
|
||||
# esp_pm is pulled in by esp_system due to pm_init and freertos idle hook
|
||||
# both could be moved to pm component if esp-system idle hook provided a way to register hooks
|
||||
# esp_hw_support dependency seems like it could be removed?
|
||||
# It is also used by esp_driver_gpio, which should be removed from G1-only build.
|
||||
# IDF-10415
|
||||
esp_pm
|
||||
|
||||
Reference in New Issue
Block a user