blob: 9722323478a3b82d7843f7b5688f3f9c6e169cd1 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "Measure socket and RDMA performance"
2DESCRIPTION = "qperf measures bandwidth and latency between two nodes."
3HOMEPAGE = "https://github.com/linux-rdma/qperf"
4AUTHOR = "Johann George"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-only"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07006LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7
8inherit autotools-brokensep
9
10SRCREV = "c706363815a38ff2c5cbc07b73e2cfaaa59bae0f"
11SRC_URI = "git://github.com/linux-rdma/qperf.git;protocol=https;branch=master"
12
13S = "${WORKDIR}/git"
14
15do_configure() {
16 ./cleanup
17 ./autogen.sh
18 oe_runconf
19}