Skip to content

Commit c56c147

Browse files
committed
docs: support multiple configuration files
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent fa9d06b commit c56c147

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/src/firmware-action/config.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
~~~
77
```
88

9-
The config are split by type (`coreboot`, `linux`, `edk2`, ...).
9+
```admonish tip
10+
Multiple configuration files can be supplied to firmware-action. Dependencies also work across files.
11+
12+
~~~
13+
firmware-action build --config=config-01.json --config=config-02.json ...
14+
~~~
15+
16+
Beware that modules with identical names are permitted, as long as they are not in the same configuration file.
17+
18+
`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.
19+
```
20+
21+
The configuration is split by type (`coreboot`, `linux`, `edk2`, ...).
1022

1123
In each type can be any number of modules.
1224

0 commit comments

Comments
 (0)