:orphan: .. title:: CONFIG_BUILD_OUTPUT_META .. kconfig:: CONFIG_BUILD_OUTPUT_META CONFIG_BUILD_OUTPUT_META ######################## *Create a build meta file* Type: ``bool`` Help ==== .. code-block:: none Create a build meta file in the build directory containing lists of: - Zephyr: path and revision (if git repo) - Zephyr modules: name, path, and revision (if git repo) - West: - manifest: path and revision - projects: path and revision - Workspace: - dirty: one or more repositories are marked dirty - extra: extra Zephyr modules are manually included in the build - off: the SHA of one or more west projects are not what the manifest defined when `west update` was run the last time (`manifest-rev`). The off state is only present if a west workspace is found. File extension is .meta Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:553`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config BUILD_OUTPUT_META bool "Create a build meta file" help Create a build meta file in the build directory containing lists of: - Zephyr: path and revision (if git repo) - Zephyr modules: name, path, and revision (if git repo) - West: - manifest: path and revision - projects: path and revision - Workspace: - dirty: one or more repositories are marked dirty - extra: extra Zephyr modules are manually included in the build - off: the SHA of one or more west projects are not what the manifest defined when `west update` was run the last time (`manifest-rev`). The off state is only present if a west workspace is found. File extension is .meta *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*