mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
gitlab-ci: add qemux86-64-dm-verify build image Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
325 B
YAML
14 lines
325 B
YAML
header:
|
|
version: 9
|
|
includes:
|
|
- kas-security-base.yml
|
|
|
|
local_conf_header:
|
|
dm-verify: |
|
|
DM_VERITY_IMAGE = "core-image-minimal"
|
|
DM_VERITY_IMAGE_TYPE = "ext4"
|
|
IMAGE_CLASSES += "dm-verity-img"
|
|
INITRAMFS_IMAGE_BUNDLE = "1"
|
|
INITRAMFS_IMAGE = "dm-verity-image-initramfs"
|
|
|