esp-idf/components/efuse
Frantisek Hrbata fbe8bf89ee fix: properly resolve component dependencies
There is currently a bug in the __build_resolve_and_add_req function in
tools/cmake/build.cmake where the check for registered component
requirements is incorrectly applied to the component itself rather than
its dependencies. This issue likely originated from a typo, using
component_target instead of _component_target. To prevent further
confusion, _component_target has been renamed to _req_target.

Fixing this revealed multiple incorrect dependencies for the Linux
target, which have now been resolved by explicitly specifying the
dependencies for the Linux target.

Closes https://github.com/espressif/esp-idf/issues/13447

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-05-30 22:01:55 +08:00
..
esp32 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
esp32c2 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
esp32c3 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp32c5 feat(efuse): Update efuses for C5 and C61 2024-03-21 18:37:46 +02:00
esp32c6 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
esp32c61 feat(esp32c61): ci enable header check, fix c61 build 2024-03-27 19:39:59 +08:00
esp32h2 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
esp32p4 Merge branch 'feature/efuse_destroy_block' into 'master' 2024-03-01 15:51:20 +08:00
esp32s2 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
esp32s3 feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
include feat(efuse): Adds destroy_block API 2024-02-28 14:27:08 +02:00
linux fix(linux): Miscellaneous fixes for linux build on MacOS 2024-05-24 16:23:54 +02:00
private_include feat(efuse): Support Linux target 2024-05-15 16:54:45 +03:00
src fix(efuse): fix compile failure on linux target 2024-05-21 10:45:54 +08:00
test_apps fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
test_efuse_host efuse_table_gen: Fixes wrong joining fields with omitted names 2021-10-28 23:53:38 +08:00
CMakeLists.txt fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
efuse_table_gen.py feat(efuse): Update efuses for C5 and C61 2024-03-21 18:37:46 +02:00
Kconfig feat(efuse): Support Linux target 2024-05-15 16:54:45 +03:00