aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-12-10 16:51:39 -0500
committerKhem Raj <raj.khem@gmail.com>2019-12-11 16:22:40 -0800
commit954b3209de1b63f2ab98d03c0f0f977f09b776a5 (patch)
tree200ec3a1232853b597f6137c33b4eef1d8905cf7 /meta-networking
parent6d87abfa1df8f7f452670dcc56e04cbb4e707134 (diff)
downloadmeta-openembedded-954b3209de1b63f2ab98d03c0f0f977f09b776a5.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/netperf/netperf_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index 8921ea7460..f1f62df066 100644
--- a/meta-networking/recipes-support/netperf/netperf_git.bb
+++ b/meta-networking/recipes-support/netperf/netperf_git.bb
@@ -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.