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:
Angus Gratton
2021-03-31 01:30:33 +00:00
5 changed files with 7 additions and 6 deletions

View File

@@ -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)