mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
59a1f79ad8
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>
14 lines
223 B
PHP
14 lines
223 B
PHP
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
S = "${WORKDIR}"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
cryptfs-tpm2 \
|
|
lvm2-udevrules \
|
|
"
|