summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-06 20:54:34 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-01-08 17:22:27 +0800
commit8c63bbe69d68a7b094ab8ab1b87ea0795f52d486 (patch)
treebcf2d1d6680645ee8ee4b04f1a5f9696a55d7915
parentf50befe154d39c6c4c46e26f34c2fba20ae4f4fa (diff)
downloadmeta-fsl-ppc-8c63bbe69d68a7b094ab8ab1b87ea0795f52d486.tar.gz
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 <ting.liu@nxp.com>
-rw-r--r--conf/machine/include/qoriq-base.inc3
1 files changed, 3 insertions, 0 deletions
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"
8# versions 8# versions
9PREFERRED_VERSION_qemu = "2.2.0+fsl" 9PREFERRED_VERSION_qemu = "2.2.0+fsl"
10PREFERRED_VERSION_openssl = "1.0.1i" 10PREFERRED_VERSION_openssl = "1.0.1i"
11PREFERRED_VERSION_cryptodev-linux = "1.7"
12PREFERRED_VERSION_cryptodev-module = "1.7"
13PREFERRED_VERSION_cryptodev-tests = "1.7"
11 14
12# settings 15# settings
13MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 16MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"