mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
cryptsetup: Add kernel-module-xts to RRECOMMENDS
cryptsetup luksOpen (luksFormat) uses xts by default. When the module is not installed, cryptsetup prints: Check that kernel supports aes-xts-plain64 cipher (check syslog for more info) Signed-off-by: Bogdan Hopulele <bogdan.hopulele@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7787c56382
commit
6a0f6e0344
@@ -28,6 +28,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
|
|||||||
kernel-module-md5 \
|
kernel-module-md5 \
|
||||||
kernel-module-cbc \
|
kernel-module-cbc \
|
||||||
kernel-module-sha256-generic \
|
kernel-module-sha256-generic \
|
||||||
|
kernel-module-xts \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-static"
|
EXTRA_OECONF = "--enable-static"
|
||||||
|
|||||||
Reference in New Issue
Block a user