On Tue, Dec 20, 2016 at 02:21:37PM +0000, Bogdan Hopulele wrote:
> 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 <[email protected]>

This doesn't look for master where cryptsetup was upgraded some 4 months
ago:

commit 5f9728d97f65173833f9d9aa2f535172f222c844
Author:     Derek Straka <[email protected]>
AuthorDate: Tue Aug 9 17:50:41 2016 -0400
Commit:     Martin Jansa <[email protected]>
CommitDate: Mon Aug 15 12:31:59 2016 +0200

    cryptsetup: update to version 1.7.2
    
    Signed-off-by: Derek Straka <[email protected]>
    Signed-off-by: Martin Jansa <[email protected]>


You should always send patches tested in recent master(-next).

> ---
>  meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb 
> b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> index 16c21d3..3470c5d 100644
> --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb
> @@ -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"
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to