summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorAnuj Mittal <anujx.mittal@intel.com>2015-07-28 16:05:14 +0800
committerDarren Hart <dvhart@linux.intel.com>2015-07-29 13:06:12 -0700
commitf734ad96d3050f6306a9f9d12e4f12d863c08fbb (patch)
treebfc9988bee994e8d664586fc5eb07a4f0688b964 /meta-isg
parent4f4eb56d302e8b5caaf2d4ea849c589144efad6c (diff)
downloadmeta-intel-f734ad96d3050f6306a9f9d12e4f12d863c08fbb.tar.gz
meta-isg: make dpdk_qat dependent on virtual/qat
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@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-isg')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index 4b1a0c6e..1bd2a26e 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 \
16# To enable, uncomment the below line or include in .bbappend. 16# To enable, uncomment the below line or include in .bbappend.
17# PACKAGECONFIG ?= " dpdk_qat vhost libvirt" 17# PACKAGECONFIG ?= " dpdk_qat vhost libvirt"
18 18
19PACKAGECONFIG[dpdk_qat] = ",,qat" 19PACKAGECONFIG[dpdk_qat] = ",,virtual/qat"
20PACKAGECONFIG[vhost] = ",,fuse" 20PACKAGECONFIG[vhost] = ",,fuse"
21PACKAGECONFIG[libvirt] = ",,libvirt" 21PACKAGECONFIG[libvirt] = ",,libvirt"
22 22