summaryrefslogtreecommitdiffstats
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:55 -0700
commit157569867805b623d87fb7d900aa63ef66e07f60 (patch)
tree8e9c982e8934c8e4874c7c001916b6c276e38244
parentec156b9cc2f2125ab5294995d3bd532791687f84 (diff)
downloadmeta-intel-157569867805b623d87fb7d900aa63ef66e07f60.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> (cherry picked from commit f734ad96d3050f6306a9f9d12e4f12d863c08fbb) Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-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