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:
Bogdan Hopulele
2016-12-22 09:49:11 +00:00
committed by Martin Jansa
parent 7787c56382
commit 6a0f6e0344
@@ -28,6 +28,7 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
kernel-module-md5 \
kernel-module-cbc \
kernel-module-sha256-generic \
kernel-module-xts \
"
EXTRA_OECONF = "--enable-static"