summaryrefslogtreecommitdiffstats
path: root/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.bb
blob: fd0c162e8d9f4d40758a965c2b2314ae3bf3cc03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 \
"