[meta-fsl-ppc][PATCH 1/2] cryptodev: set PREFERRED_VERSION to 1.7


b28495@...
 

From: Ting Liu <ting.liu@...>

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 <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"
--
1.7.9.5

Join meta-freescale@lists.yoctoproject.org to automatically receive all group messages.