mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-27 14:28:45 +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
@@ -1,8 +0,0 @@
|
||||
DESCRIPTION = "The packages used for encrypted storage in initramfs."
|
||||
|
||||
require packagegroup-encrypted-storage.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
cryptfs-tpm2-initramfs \
|
||||
packagegroup-tpm2-initramfs \
|
||||
"
|
||||
@@ -0,0 +1,8 @@
|
||||
DESCRIPTION = "The packages used for luks in initramfs."
|
||||
|
||||
require packagegroup-luks.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
cryptfs-tpm2-initramfs \
|
||||
packagegroup-tpm2-initramfs \
|
||||
"
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "The packages used for encrypted storage."
|
||||
DESCRIPTION = "The packages used for LUKS."
|
||||
|
||||
require packagegroup-encrypted-storage.inc
|
||||
require packagegroup-luks.inc
|
||||
|
||||
# Install the minimal stuffs only for the linux rootfs.
|
||||
# The common packages shared between initramfs and rootfs
|
||||
Reference in New Issue
Block a user