summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* tipcutils: ptts: Set recv buffer size to max to receive as many packets as ↵Li Zhou2019-09-021-0/+1
| | | | | | | | | | | | | | | | | possible Flooding multicast may make the rcv buffer overrun and is considered premature messages later and thus cause the following error. "Ignoring premature msg 16, currently handling 12" This patch sets SO_RCVBUF the of socket to max int value to receive as many packets as possible, and give a hint to user when possible overrun occurs. Note that the value of SO_RCVBUF will be limited up to min(INT_MAX/2, sysctl_rmem_max) in kernel. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tipcutils: Remove the unnecessary dependency on virtual/kernelAdrian Bunk2019-06-181-4/+0
| | | | | | | This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tipcutils: Fix builds with kernel headers >= 4.15Khem Raj2018-03-161-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tipcutils: add runtime dependency for iproute2-tipcYi Zhao2017-08-281-0/+2
| | | | | | | | | | | The tipcutils 2.2 removed the tipc-config tool and recommended to use the new configuration tool named "tipc" in iproute2 package for configuring the tipc, which utilizes the new tipc netlink kernel API. Add iproute2-tipc as a runtime dependency. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tipcutils: Fix build with muslKhem Raj2017-04-241-0/+49
Upgrade to latest git and change SRC_URI to point to git Signed-off-by: Khem Raj <raj.khem@gmail.com>