From: Chunrong Guo Date: Wed, 30 Aug 2017 09:28:23 +0000 (+0800) Subject: openssl10: set PREFERRED_VERSION to openssl-qoriq X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dd6f8bf941966e19e6e6086d43aaaee850ff2f1e;p=meta-freescale.git openssl10: set PREFERRED_VERSION to openssl-qoriq fix the following issue: NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for openssl10 (openssl, openssl-qoriq) NOTE: consider defining a PREFERRED_PROVIDER entry to match openssl10 Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 14fe8ceb..562f5d78 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -7,6 +7,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" PREFERRED_VERSION_testfloat = "2a" +PREFERRED_PROVIDER_openssl10 = "openssl-qoriq" SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"