mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
encrypted-storage: use luks as the feature name for current implementation
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>
This commit is contained in:
@@ -8,8 +8,8 @@ ROOTFS_BOOTSTRAP_INSTALL_append += "\
|
||||
"packagegroup-tpm2-initramfs", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ima", \
|
||||
"packagegroup-ima-initramfs", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "encrypted-storage", \
|
||||
"packagegroup-encrypted-storage-initramfs", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "luks", \
|
||||
"packagegroup-luks-initramfs", "", d)} \
|
||||
"
|
||||
|
||||
PACKAGE_INSTALL = "\
|
||||
|
||||
@@ -10,8 +10,8 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\
|
||||
"packagegroup-tpm2", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ima", \
|
||||
"packagegroup-ima", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "encrypted-storage", \
|
||||
"packagegroup-encrypted-storage", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "luks", \
|
||||
"packagegroup-luks", "", d)} \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
|
||||
Reference in New Issue
Block a user