mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
15 lines
371 B
YAML
15 lines
371 B
YAML
header:
|
|
version: 9
|
|
includes:
|
|
- kas-security-base.yml
|
|
|
|
local_conf_header:
|
|
dm-verify: |
|
|
DISTRO_FEATURES:append = " integrity"
|
|
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"
|
|
|