diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:02:00 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:02:03 -0500 |
commit | ec5891037615442d62353d28f7d17e8fc4122d4e (patch) | |
tree | e11a9de4fee0f7624857783f9519cf60e7c7b419 /recipes-networking | |
parent | 8bf314b41b0b35407bfc6e2aa4c81b96faf1eca7 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 2 |
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 | ||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" | 27 | LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" |
28 | 28 | ||
29 | PACKAGECONFIG ?= "dpdk" | 29 | PACKAGECONFIG ?= "" |
30 | PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," | 30 | PACKAGECONFIG[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 |