Skip to content

Commit

Permalink
docs: support multiple configuration files
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Feb 21, 2025
1 parent 20edf11 commit 990346b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/src/firmware-action/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
~~~
```

The config are split by type (`coreboot`, `linux`, `edk2`, ...).
```admonish tip
Multiple configuration files can be supplied to firmware-action. Dependencies also work across files.
~~~
firmware-action build --config=config-01.json --config=config-02.json ...
~~~
Beware that modules with identical names are permitted, as long as they are not in the same configuration file.
`firmware-action` processes the files in order in which they were supplied and in case of name-collision, the configuration in last file takes precedence.
```

The configuration is split by type (`coreboot`, `linux`, `edk2`, ...).

In each type can be any number of modules.

Expand Down

0 comments on commit 990346b

Please sign in to comment.