mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
8bf314b41b
commit
ec58910376
|
@ -26,7 +26,7 @@ SRC_URI += "\
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"
|
||||
|
||||
PACKAGECONFIG ?= "dpdk"
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,"
|
||||
|
||||
# Don't compile kernel modules by default since it heavily depends on
|
||||
|
|
Loading…
Reference in New Issue
Block a user