File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,17 @@ This guide will demonstrate how to build a Zarhus OS image from zero!
55
55
Depending on which features you want to have in your build, pass the desired
56
56
` .yml` files via command line. You can read more on that in
57
57
[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.
58
69
59
70
Then check BSP layers for available target platform (target platforms configs
60
71
are located in ` conf/machine` directory of every BSP layer) and choose one.
You can’t perform that action at this time.
0 commit comments