Source the init-build script and pass the path to a kas configuration to build. This will create a build-{config file name} directory in your cwd.
. scripts/init-build kas/machine/qemux86-64.ymlIf you have direnv installed, there is a .envrc file added to the build dir to make it easier to reference the kas config. $KAS_YML
kas build $KAS_YMLQemu can be run with a swtpm with the following command
meta-avocado/meta-avocado-qemu/scripts/run-qemux86-64-swtpmThis will open a tmux session.
See support/sdk-test/README.md for testing instructions.