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:
@@ -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()
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user