Skip to content

Commit 6368c88

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/src/firmware-action/config.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
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+
17+
Beware that modules with identical names are permitted, as long as they are not in the same configuration file.
18+
19+
`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.
20+
```
21+
22+
The configuration is split by type (`coreboot`, `linux`, `edk2`, ...).
1023
1124
In each type can be any number of modules.
1225

0 commit comments

Comments
 (0)