mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
netperf: add "intervals" and "histogram" PACKAGECONFIGs
>From https://hewlettpackard.github.io/netperf/doc/netperf.html: Other optional configure-time settings include --enable-intervals=yes to give netperf the ability to “pace” its _STREAM tests and --enable-histogram=yes to have netperf keep a histogram of interesting times. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6d87abfa1d
commit
954b3209de
@@ -31,6 +31,8 @@ CFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools,"
|
||||
PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,,"
|
||||
PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,,"
|
||||
|
||||
# autotools.bbclass attends to include m4 files with path depth <= 2 by
|
||||
# "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4.
|
||||
|
||||
Reference in New Issue
Block a user