CONFIG_BUILD_OUTPUT_META

Create a build meta file

Type: bool

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/Kconfig.zephyr:507

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Build Options

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