Skip to content

Commit dea0a2e

Browse files
authored
Merge pull request #1080 from collinbrake/kas
KAS integration
2 parents 92366e0 + f6ae9a7 commit dea0a2e

File tree

12 files changed

+1087
-0
lines changed

12 files changed

+1087
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ tools/python-config
2626
workspace/*
2727
logs/
2828
files.txt
29+
kas/local.yml
30+
layers
31+
.kas_shell_history
32+
.vscode

docs/kas.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# KAS
2+
3+
KAS is a tool to manage metadata and build environments for Yocto/OE builds: https://github.com/siemens/kas
4+
5+
To have local configuration, create kas/local.yml (git ignored) and append it to the project configuration when invoking KAS:
6+
```bash
7+
./kas-container <...> kas/myproject.yml:kas/local.yml
8+
```

0 commit comments

Comments
 (0)