Skip to content

Commit c7220ee

Browse files
committed
docs: getting-started: building: add kas files list
Signed-off-by: Daniil Klimuk <[email protected]>
1 parent 699d95e commit c7220ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/getting-started/building.md

+11
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ This guide will demonstrate how to build a Zarhus OS image from zero!
5555
Depending on which features you want to have in your build, pass the desired
5656
`.yml` files via command line. You can read more on that in
5757
[kas documentation.](https://kas.readthedocs.io/en/latest/userguide/project-configuration.html#including-configuration-files-via-the-command-line)
58+
The files should be passed in a specific order. The file which is passed after
59+
some file will override settings set by the previously-passed file.
60+
61+
Currently, the following files are present in `meta-zarhus/kas`:
62+
63+
* `common.yml`: common configuration file, should be included in all builds;
64+
* `cache.yml`: file for cache mirrors configuration;
65+
* `debug.yml`: adds debug functionalities into the final image;
66+
* `rockchip.yml`: Rockchip-specific target configuration file, should be used
67+
for Rockchip builds;
68+
* `webkit.yml`: includes Webkit and some additional functionalities into build.
5869

5970
Then check BSP layers for available target platform (target platforms configs
6071
are located in `conf/machine` directory of every BSP layer) and choose one.

0 commit comments

Comments
 (0)