summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
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