From b67ca57c7000606286f1cc64642a47a739743710 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 26 Aug 2015 19:04:12 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- conf/machine/include/qoriq-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ require conf/machine/include/soc-family.inc # common providers of QorIQ targets -PREFERRED_PROVIDER_cryptodev = "cryptodev-qoriq" +PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" PREFERRED_PROVIDER_openssl = "openssl-qoriq" -- 2.40.1