diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2019-10-24 14:12:33 -0700 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-11-08 13:27:23 +0800 |
commit | 59a1f79ad80140ccd1788dcffe4ca609f3e25df2 (patch) | |
tree | 4ae92d72b24408240475136685344471b53ed126 | |
parent | c0b514f1aca78a84891c3202e3417a8fe98c6ad5 (diff) | |
download | meta-secure-core-59a1f79ad80140ccd1788dcffe4ca609f3e25df2.tar.gz |
packagegroup-luks.inc: Addlvm2-udevrules
The lvm2-udevrules is required else udev will never perform the device
notification when an encrypted volume is initially created.
[ Issue: LINUXEXEC-2450 ]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.inc b/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.inc index 2e586d4..b6a520d 100644 --- a/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.inc +++ b/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-luks.inc | |||
@@ -9,4 +9,5 @@ S = "${WORKDIR}" | |||
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS_${PN} += "\ |
11 | cryptfs-tpm2 \ | 11 | cryptfs-tpm2 \ |
12 | lvm2-udevrules \ | ||
12 | " | 13 | " |