diff options
Diffstat (limited to 'meta-isg')
-rw-r--r-- | meta-isg/common/recipes-extended/dpdk/dpdk.inc | 2 |
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 | ||
19 | PACKAGECONFIG[dpdk_qat] = ",,qat" | 19 | PACKAGECONFIG[dpdk_qat] = ",,virtual/qat" |
20 | PACKAGECONFIG[vhost] = ",,fuse" | 20 | PACKAGECONFIG[vhost] = ",,fuse" |
21 | PACKAGECONFIG[libvirt] = ",,libvirt" | 21 | PACKAGECONFIG[libvirt] = ",,libvirt" |
22 | 22 | ||