mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
44a610cbf0
The commonly required components are configured solely for backward compatibility with cmakev1. Since the bootloader build explicitly sets commonly required components, we need to support this feature in cmakev2 as well. Ideally, there should be no commonly required components, and each component should specify its requirements explicitly. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>