summaryrefslogtreecommitdiffstats
path: root/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.bb
blob: 4297b54639e5e835958bc7f7cbfdb875140fd1f9 (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 \
"