[oe-commits] [meta-openembedded] 53/60: rdma-core: add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:44:13 UTC 2018


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

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

commit 556b9edf97d092d04c1d05b4f2bb28506d800fb4
Author: Wei Lin Guay <wguay at graphcore.ai>
AuthorDate: Tue May 15 14:44:17 2018 +0200

    rdma-core: add new recipe
    
    RDMA core is the userspace components for the Linux Kernel's
    InfiniBand/RoCE subsystem. This component contains the userspace
    libraries for libibverbs (and its associated providers libraries),
    librdmacm and libibumad. Besides, it also provides additional service
    daemons such as ibacm and srp_daemon.
    
    Signed-off-by: Wei Lin Guay <wguay at graphcore.ai>
    Reviewed-by: Harald Høeg <hhoeg at graphcore.ai>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-support/rdma-core/rdma-core_17.bb      | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_17.bb b/meta-networking/recipes-support/rdma-core/rdma-core_17.bb
new file mode 100644
index 0000000..5d03299
--- /dev/null
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_17.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Userspace support for InfiniBand/RDMA verbs"
+DESCRIPTION = "This is the userspace components for the Linux Kernel's drivers Infiniband/RDMA subsystem."
+SECTION = "libs"
+
+DEPENDS = "libnl"
+RDEPENDS_${PN} = "bash perl"
+
+SRC_URI = "git://github.com/linux-rdma/rdma-core.git;protocol=http"
+SRCREV ="5ce12bd51ebb0a4db35dea382b1ebdc701bab224"
+S = "${WORKDIR}/git"
+
+#Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
+LICENSE = "BSD-2-Clause | GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING.BSD_FB;md5=0ec18bae1a9df92c8d6ae01f94a289ae \
+		   file://COPYING.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+
+FILES_SOLIBSDEV = ""
+FILES_${PN} += "${libdir}/*"
+INSANE_SKIP_${PN} += "dev-so"
+
+inherit cmake
+
+OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"

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


More information about the Openembedded-commits mailing list