mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
b1e14f4e88
encrypted-storage layer will include more security features about encrypted storage so the term "encrypted-storage" won't be used to specify a dedicated technology term such as "LUKS". Signed-off-by: Jia Zhang <lans.zhang2008@gmail.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 \
|
|
"
|