Created
July 30, 2026 20:38
-
-
Save doevelopper/9876a1e85205c5d48e11c467f3ce12df to your computer and use it in GitHub Desktop.
CLI build of some yocto projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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