aboutsummaryrefslogtreecommitdiffstats
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:50:09 +0100
commitc3d88ca50de5657b9b6c05ed19ac1702c95b3c9c (patch)
treef036ca8e5217c0166029120dd8792b646dc51d22
parentf6a3cd4dcd1654a953c505ff779090717314871a (diff)
downloadmeta-openembedded-contrib-c3d88ca50de5657b9b6c05ed19ac1702c95b3c9c.tar.gz
netmap-modules: disable building virtio_net drivers
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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', '')}"