mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
14 lines
300 B
BlitzBasic
14 lines
300 B
BlitzBasic
DESCRIPTION = "The packages used for LUKS."
|
|
|
|
require packagegroup-luks.inc
|
|
|
|
# Install the minimal stuffs only for the linux rootfs.
|
|
# The common packages shared between initramfs and rootfs
|
|
# are listed in the .inc.
|
|
|
|
RDEPENDS:${PN} += "\
|
|
util-linux-fdisk \
|
|
parted \
|
|
packagegroup-tpm2 \
|
|
"
|