https://github.com/eclipse-iceoryx/meta-iceoryx2
Yocto Layer for Eclipse iceoryx2™
https://github.com/eclipse-iceoryx/meta-iceoryx2
eclipse iceoryx inter-process-communication ipc middleware publish-subscribe pubsub request-response rpc rust shared-memory yocto zero-copy
Last synced: 10 months ago
JSON representation
Yocto Layer for Eclipse iceoryx2™
- Host: GitHub
- URL: https://github.com/eclipse-iceoryx/meta-iceoryx2
- Owner: eclipse-iceoryx
- License: apache-2.0
- Created: 2025-07-24T15:41:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T11:23:19.000Z (10 months ago)
- Last Synced: 2025-08-18T13:25:01.636Z (10 months ago)
- Topics: eclipse, iceoryx, inter-process-communication, ipc, middleware, publish-subscribe, pubsub, request-response, rpc, rust, shared-memory, yocto, zero-copy
- Language: BitBake
- Homepage: https://iceoryx.io
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# meta-yocto-iceoryx2
Yocto Layer for Eclipse iceoryx2™
### How to build iceoryx2-core-image-full with kas
```
$ mkdir yp-iceoryx
$ cd yp-iceoryx
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install kas
$ git clone https://github.com/eclipse-iceoryx/meta-iceoryx2.git
```
- build with yocto kirkstone - machine=qemux86-64
```
$ kas build meta-iceoryx2/kas/kirkstone.yml
```
- build with yocto scarthgap - machine=qemux86-64
```
$ kas build meta-iceoryx2/kas/scarthgap.yml
```