Skip to content

Commit

Permalink
README.md: add info how to build modular kas
Browse files Browse the repository at this point in the history
Signed-off-by: Tymoteusz Burak <[email protected]>
  • Loading branch information
tym2k1 committed Aug 19, 2024
1 parent e7e155c commit a7f81e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ script downloaded and available in [PATH](https://en.wikipedia.org/wiki/PATH_(va
## Build

Depending on which version of build you want to run, replace `kas-debug.yml`
with desired `.yml` file.
Depending on which features you want to have in your build, pass the desired
`.yml` files via command line. You can read more on that in
[kas documentation](https://kas.readthedocs.io/en/latest/userguide/project-configuration.html#including-configuration-files-via-the-command-line)

* From `yocto` directory run:

```shell
SHELL=/bin/bash kas-container build meta-zarhus/kas-debug.yml
SHELL=/bin/bash kas-container build meta-zarhus/kas/common.yml:meta-zarhus/kas/rockchip.yml
```

* Image build takes time, so be patient and after build's finish you should see
Expand Down

0 comments on commit a7f81e9

Please sign in to comment.