blob: b32f37153ee5d3507a1cb407b17ba4b2223b8811 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07005LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7inherit autotools-brokensep
8
9SRCREV = "c706363815a38ff2c5cbc07b73e2cfaaa59bae0f"
10SRC_URI = "git://github.com/linux-rdma/qperf.git;protocol=https;branch=master"
11
12S = "${WORKDIR}/git"
13
14do_configure() {
15 ./cleanup
16 ./autogen.sh
17 oe_runconf
18}