kas icon indicating copy to clipboard operation
kas copied to clipboard

Setup tool for bitbake based projects

Results 28 kas issues
Sort by recently updated
recently updated
newest added

Hi. I'm trying to create an automatic CI/CD pipeline. However, it sometimes fails mid compilation with FETCH error URL. Usually, when this happens locally, I restart it and it works,...

**kas-example.yml**: ``` header: version: 11 machine: qemux86-64 distro: poky target: - core-image-minimal repos: poky: url: "https://git.yoctoproject.org/git/poky" branch: scarthgap path: "layers" layers: meta: meta-poky: meta-yocto-bsp: meta-openembedded: url: "https://github.com/openembedded/meta-openembedded.git" branch: scarthgap path:...

My use case here is that I have a kirkstone.yaml and a scarthgap.yaml and I would like them to have completely separate build directories. Is there a way to set...

Dear project maintainers, The default Siemens Code of Conduct will be applied to this repository on **October 7, 2024**. If you'd like to opt out, please [create your own Code...

Hi. Im trying to build a recipe that will need git cli access (https://github.com/rust-embedded/meta-rust-bin/issues/185) I've looked at docs and found `GIT_CREDENTIAL_HELPER`, but not sure how to use it. Can I...

Hi, I'm using kas version 4.2 and having some issues with do_fetch method of some recipe. I was debugging using plain bitbake commands and all was fine, while in CI...

I'm trying to run a yocto build using kas in Gitlab CI/CD. The build target is an AKS (Azure Kubernetes service) For that, I have configured a gitlab runner, PVC...