[meta-intel] [master & fido][PATCH 3/4] meta-isg: point to right qat package for dpdk v2.0.0

Anuj Mittal anujx.mittal at intel.com
Fri Jul 24 10:07:45 PDT 2015


Make sure that we check for the right qat package.
The qat package name is qat16.

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

diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
index 0cadba7..39a190e 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
@@ -21,7 +21,7 @@ export ARCHDIR = "generic"
 # To enable, uncomment the below line or include in .bbappend.
 # PACKAGECONFIG ?= " dpdk_qat vhost libvirt"
 
-PACKAGECONFIG[dpdk_qat] = ",,qat"
+PACKAGECONFIG[dpdk_qat] = ",,qat16"
 PACKAGECONFIG[vhost] = ",,fuse"
 PACKAGECONFIG[libvirt] = ",,libvirt"
 
-- 
1.7.9.5



More information about the meta-intel mailing list