Merge branch 'bugfix/partition_table_depends_esptoolpy' into 'master'
esptool_py: Fix issue where build with limited components doesn't include esptool_py Closes IDFGH-4876 and IDFGH-4874 See merge request espressif/esp-idf!12653
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
idf_component_register(PRIV_REQUIRES partition_table)
|
||||
idf_component_register(PRIV_REQUIRES partition_table esptool_py)
|
||||
|
||||
# Do not generate flash file when building bootloader or is in early expansion of the build
|
||||
if(BOOTLOADER_BUILD OR NOT CONFIG_APP_BUILD_BOOTLOADER)
|
||||
|
||||
Reference in New Issue
Block a user