mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-25 21:38:16 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
9 lines
234 B
BlitzBasic
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)} \
|
|
"
|