mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-06 13:16:32 +03:00
Currently, idf_build_generate_metadata only accepts binary targets for which it generates metadata (project_description.json). On Linux targets, binary images are not generated, but we still need to generate project_description.json. Extend the current function to accept both executable and binary targets and ensure project_description.json is generated when a Linux target is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>