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

b28495 at freescale.com b28495 at freescale.com
Wed Jan 6 04:54:34 PST 2016


From: Ting Liu <ting.liu at nxp.com>

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 at nxp.com>
---
 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



More information about the meta-freescale mailing list