Merge branch 'feature/remove_target_cmake' into 'master'

build-system: remove target component

Closes IDF-3091 and IDF-3581

See merge request espressif/esp-idf!18131
This commit is contained in:
Zim Kalinowski
2022-05-27 06:55:25 +08:00
18 changed files with 20 additions and 102 deletions

View File

@@ -427,7 +427,6 @@ macro(idf_build_process target)
idf_build_get_property(arch IDF_TARGET_ARCH)
if(NOT "${target}" STREQUAL "linux")
idf_build_set_property(__COMPONENT_REQUIRES_COMMON ${target} APPEND)
idf_build_set_property(__COMPONENT_REQUIRES_COMMON ${arch} APPEND)
endif()

View File

@@ -16,7 +16,6 @@ project(g1_components)
set(extra_allowed_components
${CONFIG_IDF_TARGET_ARCH}
${CONFIG_IDF_TARGET}
)
# These components are currently included into "G1" build, but shouldn't.