diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 20:00:52 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 20:00:52 +1200 |
| commit | 76c0053d4db24a32733f2cef8ce37bba8e8e2da6 (patch) | |
| tree | 2b571043072d2ee246190fa6c04dab59d72ac949 /kas.yml | |
| parent | 673f2563e48a4e1e37af6985d4d18f56bff741ea (diff) | |
| download | yerbalinux-76c0053d4db24a32733f2cef8ce37bba8e8e2da6.tar.xz yerbalinux-76c0053d4db24a32733f2cef8ce37bba8e8e2da6.zip | |
Yocto stuff
Diffstat (limited to 'kas.yml')
| -rw-r--r-- | kas.yml | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +header: + version: 11 + +machine: qemux86-64 +distro: yerba + +repos: + bitbake: + url: https://git.openembedded.org/bitbake + branch: "2.12" + path: sources/bitbake + layers: + .: "disabled" + + openembedded-core: + url: https://git.openembedded.org/openembedded-core + branch: scarthgap + path: sources/openembedded-core + layers: + meta: + + meta-yerba: + path: . |
