summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libibverbs
Commit message (Collapse)AuthorAgeFilesLines
* libibverbs: move to meta-virtualizationBruce Ashfield2020-01-221-34/+0
| | | | | | | | ceph is one of the main users of this package, so we move it to meta-virtualiation to break the dependency. Since m-c-s already needs meta-virt, it makes more sense this way. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libibverbs: do not try to build for arm 32 bit or any mipsJoe Slater2019-04-121-0/+3
| | | | | | | arch.h does not contain macros for 32 bit arm or any mips arch. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libibverbs: upgrade to 1.2.1Dengke Du2019-03-241-2/+3
| | | | | Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libibverbs: Update SRC_URIMingli Yu2018-10-121-1/+1
| | | | | | | | Update SRC_URI for libibverbs as the previous one is invalid. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libibverbs: provide virtual/libibverbsChen Qi2017-12-281-1/+2
| | | | | | | | | | | | | dpdk-dev-libibverbs recipe provides the same library as what libibverbs provides. To avoid building these two recipes at the same time at one single build, we use the technique of 'virtual/libibverbs'. Make libibverbs provide 'virtual/libibverbs' so that other recipes could use 'virtual/libibverbs' as their dependencies. In this way, potential conflicts are avoided. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libibverbs: don't do battle when meta-dpdk is in playMark Asselstine2017-12-191-0/+2
| | | | | | | | | | | | | | | | | | The meta-dpdk layer has its own special version of libibverbs which will conflict with our version: Error: Transaction check error: file /usr/lib64/libibverbs.so.1.0.0 conflicts between attempted installs of \ libibverbs1-1.1.7-r0.corei7_64 and dpdk-dev-libibverbs-1.2.1+3.4+2.0.0.0-r0.corei7_64 Ensure only our version or the meta-dpdk version is in use. With current layer priorities and such this should result in the meta-dpdk version being used, which is fine since if DPDK is desired we are best using the version recommended by meta-dpdk. Users can use PREFERRED_VERSION or other tools to override the default behavior. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libibverbs: add new recpieYi Zhao2017-07-261-0/+27
Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly. libibverbs is now part of rdma-core and the standalone libibverbs project has been deprecated. Rough testing shows that we can move to use rdma-core however we have yet to perform extensive testing with this change. We therefor will continue to use the standalone libibverbs at this point in time. This is also inline with the upstream glusterfs project that still lists libibverbs as a dependency. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>