On 11.08.25 18:32, Christian Leeb wrote:
> Thanks a lot, Jan. That worked.
>
> There seems to also a KAS_EXTRA_BITBAKE_ARGS processed in scripts/kas-
> container but I did not find it in the documentation
> So, I could do a scripts/kas-container build --runtime-args '-e
> KAS_EXTRA_BITBAKE_ARGS=--runall=fetch' <kas config>
>
> I did not it work however: -'-runall=fetch' did not appear on the
> command line
>
KAS_EXTRA_BITBAKE_ARGS is an internal variable of kas-container (and it
is a counter, see the script).
And for --runtime-args: "Additional arguments to pass to the *container
runtime* for running the build." And container runtime != bitbake. :)
Jan