From: Anuj Mittal <[email protected]>

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 <[email protected]>
---
 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

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to