From 8c63bbe69d68a7b094ab8ab1b87ea0795f52d486 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 6 Jan 2016 20:54:34 +0800 Subject: cryptodev: set PREFERRED_VERSION to 1.7 FSL released its own cryptodev based on 1.7, but not all the codes were upstreamed. Default cryptodev to 1.7 to avoid openssl build issue. Fix [Yocto: #8872] Signed-off-by: Ting Liu --- conf/machine/include/qoriq-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 3d1c250..404a2d5 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -8,6 +8,9 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" # versions PREFERRED_VERSION_qemu = "2.2.0+fsl" PREFERRED_VERSION_openssl = "1.0.1i" +PREFERRED_VERSION_cryptodev-linux = "1.7" +PREFERRED_VERSION_cryptodev-module = "1.7" +PREFERRED_VERSION_cryptodev-tests = "1.7" # settings MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" -- cgit v1.2.3-54-g00ecf