Files
Yi Zhao 4042043742 meta-secure-core: Convert to new override syntax
Converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2021-08-09 18:51:13 +08:00

9 lines
234 B
BlitzBasic

DESCRIPTION = "The packages used for luks in initramfs."
require packagegroup-luks.inc
RDEPENDS:${PN} += "\
cryptfs-tpm2-initramfs \
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'packagegroup-tpm2-initramfs', '', d)} \
"