summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:02:00 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:02:03 -0500
commitec5891037615442d62353d28f7d17e8fc4122d4e (patch)
treee11a9de4fee0f7624857783f9519cf60e7c7b419 /recipes-networking/openvswitch
parent8bf314b41b0b35407bfc6e2aa4c81b96faf1eca7 (diff)
downloadmeta-virtualization-ec5891037615442d62353d28f7d17e8fc4122d4e.tar.gz
ovs: disable dpdk by default
The dpdk recipes are not commonly available, so we shouldn't have dpdk in the PACKAGECONFIG by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 5580915f..525651dd 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -26,7 +26,7 @@ SRC_URI += "\
26 26
27LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" 27LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"
28 28
29PACKAGECONFIG ?= "dpdk" 29PACKAGECONFIG ?= ""
30PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," 30PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,"
31 31
32# Don't compile kernel modules by default since it heavily depends on 32# Don't compile kernel modules by default since it heavily depends on