summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/vsomeip
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-2/+1
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Skip building, needs porting to boost >= 1.87Khem Raj2025-01-131-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Upgrade to 3.5.3Khem Raj2025-01-135-1494/+13
| | | | | | | Drop backports and not needed patches Add local SRC_URI For googletests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: Fix build with GCC-14Khem Raj2024-08-103-0/+1295
| | | | | | New libstdc++ headers do not include iomanip via other headers anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: upgrade 3.3.8 -> 3.4.10Yi Zhao2024-01-016-27/+98
| | | | | | | | | | | ChangeLog: https://github.com/COVESA/vsomeip/releases/tag/3.4.10 * Refresh patches * Fix build for lld Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: add recipeYi Zhao2023-09-075-0/+335
The vsomeip stack implements the http://some-ip.com/ (Scalable service-Oriented MiddlewarE over IP (SOME/IP)) protocol. The stack consists out of: a shared library for SOME/IP (libvsomeip3.so) a shared library for SOME/IP's configuration module (libvsomeip3-cfg.so) a shared library for SOME/IP's service discovery (libvsomeip3-sd.so) a shared library for SOME/IP's E2E protection module (libvsomeip3-e2e.so) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>