aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 15:57:55 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-16 21:57:46 +0100
commit6ef48a7fb24d7ce9258920670605c0eefe79b182 (patch)
tree38179fe9dd40e25e444d888950d4be5624f09a05 /meta-networking
parenta9ce55bf6d7f6e45c4006c6b4630fa49580dd5a4 (diff)
downloadmeta-openembedded-6ef48a7fb24d7ce9258920670605c0eefe79b182.tar.gz
netmap-modules: disable building virtio_net drivers
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-kernel/netmap/netmap-modules_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
index c1c319d7ad..6365fee920 100644
--- a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
+++ b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
@@ -15,7 +15,7 @@ EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \
--driver-suffix="-netmap" \
"
-EXTRA_OECONF += "--no-drivers=ixgbe"
+EXTRA_OECONF += "--no-drivers=ixgbe --no-drivers=virtio_net.c"
LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,-O1', '')}"
LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,--as-needed', '')}"