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