kas
kas copied to clipboard
Setup tool for bitbake based projects
Hi, I am currently tasked with porting our various Yocto projects from the `repo` tool to `kas`. Precisely the project I am trying to port to kas is using the...
It looks like kas supports multi-config targets in the configuration file but this isn't covered by the documentation at all. Examples would also be helpful. See https://github.com/siemens/kas/commit/fa1575790fa9f18d2c581c6ca005b0da689ca0d5 and https://github.com/siemens/kas/commit/230c5a9572363938ca575352da1e714a7e5fbf5e.
It is better to have a manpage for kas command. Thanks.
Is there any way to create a custom build/conf/templateconf.cfg with kas?
I have a layer that uses LFS to provide some archives. When I use kas to checkout/build that layer my LFS pointers are not replaced by the actual files. If...
Strictly speaking, auto.conf is where automatically written configuration should go, not local.conf. I was only thinking about this because of the possibility of using kas as a starting point for...
Running: ```bash kas build myboard.yml:mysubmodule/mirrors.yml ``` Results in error: ``` ERROR - All concatenated config files must belong to the same repository or all must be outside of versioning control...
when using local git server over self signed https server this error happend: ``` server certificate verification failed. CAfile: none CRLfile: none ``` also using export GIT_SSL_NO_VERIFY=1 not solved the...
I'm looking for the same functionality of 'repo manifest -r -o my-manifest.xml' of google repo in Kas. Is there something to export all git hash stuff from the meta layers...
Kas should have a default value for KAS_REPO_REF_DIR and clone a repository there itself as a transparent step before checking out a refspec and eventually applying patches, because 1) it...