[oe-commits] [meta-openembedded] 41/52: netperf: add "intervals" and "histogram" PACKAGECONFIGs

git at git.openembedded.org git at git.openembedded.org
Thu Dec 12 00:23:38 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 954b3209de1b63f2ab98d03c0f0f977f09b776a5
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Tue Dec 10 16:51:39 2019 -0500

    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 at ti.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/netperf/netperf_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb
index 8921ea7..f1f62df 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list