mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
netmap-modules: disable building virtio_net drivers
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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', '')}"
|
||||
|
||||
Reference in New Issue
Block a user