diff options
Diffstat (limited to 'recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb')
| -rw-r--r-- | recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb new file mode 100644 index 0000000..e40c63b --- /dev/null +++ b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "libibverbs library to support Mellanox config" | ||
| 2 | HOMEPAGE = "https://github.com/Mellanox/dpdk-dev-libibverbs" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51" | ||
| 5 | |||
| 6 | SRC_URI = "https://github.com/Mellanox/dpdk-dev-libibverbs/archive/libibverbs-${PV}.tar.gz;name=${PN} \ | ||
| 7 | file://init_c.patch \ | ||
| 8 | file://0001-Fix-build-with-clang.patch \ | ||
| 9 | file://0002-typecast-enum-to-int-before-comparison.patch \ | ||
| 10 | file://0003-initialize-use_config_mr.patch \ | ||
| 11 | file://0004-Fix-clang-warnings.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[dpdk-dev-libibverbs.md5sum] = "65234ee278eb437a7069326f37cd4d86" | ||
| 15 | SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd" | ||
| 16 | |||
| 17 | # A machine needs to enable this using: | ||
| 18 | # COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "<machine name>" | ||
| 19 | |||
| 20 | COMPATIBLE_MACHINE = "null" | ||
| 21 | COMPATIBLE_HOST_libc-musl_class-target = "null" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/${PN}-libibverbs-${PV}" | ||
| 24 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 25 | DEPENDS = "libnl" | ||
| 26 | |||
| 27 | inherit pkgconfig autotools | ||
