summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-26 19:04:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commitb67ca57c7000606286f1cc64642a47a739743710 (patch)
tree98c9c8f92a8d285aadf66e7c419318696225b410
parent68851771e6a1cf43fb4ec7f6c00bae19db27bf93 (diff)
downloadmeta-freescale-b67ca57c7000606286f1cc64642a47a739743710.tar.gz
qoriq-base.inc: define PREFERRED_PROVIDER_cryptodev-linux
Fix the following issue: NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for cryptodev-linux (cryptodev-linux, cryptodev-qoriq-linux) NOTE: consider defining a PREFERRED_PROVIDER entry to match cryptodev-linux Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 5744db6a..1b49cc42 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -2,7 +2,7 @@
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4# common providers of QorIQ targets 4# common providers of QorIQ targets
5PREFERRED_PROVIDER_cryptodev = "cryptodev-qoriq" 5PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
6PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" 6PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
7PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" 7PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
8PREFERRED_PROVIDER_openssl = "openssl-qoriq" 8PREFERRED_PROVIDER_openssl = "openssl-qoriq"