[meta-intel] [meta-intel[meta-isg][fido][master][PATCH 7/7] meta-isg: make dpdk_qat dependent on virtual/qat

chia.chuan.wu at intel.com chia.chuan.wu at intel.com
Tue Jul 28 01:05:14 PDT 2015


From: Anuj Mittal <anujx.mittal at intel.com>

Make sure that we check for the right qat package when
enabling dpdk_qat example.

The qat package name has been changed to "virtual/qat"
to enable switching between different/future versions of qat
for supported platforms.

The preferred version of "virtual/qat" can be set in machine
conf when some other version, besides qat16, becomes available
and needs to be supported.

Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
---
 meta-isg/common/recipes-extended/dpdk/dpdk.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index 4b1a0c6..1bd2a26 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -16,7 +16,7 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
 # To enable, uncomment the below line or include in .bbappend.
 # PACKAGECONFIG ?= " dpdk_qat vhost libvirt"
 
-PACKAGECONFIG[dpdk_qat] = ",,qat"
+PACKAGECONFIG[dpdk_qat] = ",,virtual/qat"
 PACKAGECONFIG[vhost] = ",,fuse"
 PACKAGECONFIG[libvirt] = ",,libvirt"
 
-- 
1.9.1



More information about the meta-intel mailing list