Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save doevelopper/9876a1e85205c5d48e11c467f3ce12df to your computer and use it in GitHub Desktop.

Select an option

Save doevelopper/9876a1e85205c5d48e11c467f3ce12df to your computer and use it in GitHub Desktop.
CLI build of some yocto projects
- meta-ausweisapp
```sh
conf/layer.conf : RPI_SECURE_VERSION_PATH = "${TOPDIR}/../layers/meta-raspberrypi-secure"
git clean -fdx
layers/meta-raspberrypi-secure/tools/genkey-helper.sh rpi-secure-keys kas-signing-keys.yml
KAS_MACHINE=raspberrypi5 kas build --force-checkout --update kas-ausweisapp-rpi.yml:kas-signing-keys.yml
KAS_MACHINE=raspberrypi5 SECURITY_PROFILE=dev kas build --force-checkout --update kas-ausweisapp-rpi.yml:kas-signing-keys.yml
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment