https://github.com/teamviewer/meta-teamviewer-iot-agent
Yocto layer for TeamVieer IoT agent.
https://github.com/teamviewer/meta-teamviewer-iot-agent
iot yocto yocto-layer
Last synced: 4 months ago
JSON representation
Yocto layer for TeamVieer IoT agent.
- Host: GitHub
- URL: https://github.com/teamviewer/meta-teamviewer-iot-agent
- Owner: teamviewer
- License: other
- Created: 2020-04-23T09:59:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T13:58:00.000Z (about 1 year ago)
- Last Synced: 2025-04-04T14:36:35.949Z (about 1 year ago)
- Topics: iot, yocto, yocto-layer
- Language: BitBake
- Size: 24.4 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
meta-teamviewer-iot-agent
=========================
This layer provides support for including TeamViewer IoT Agent in Yocto Linux projects.
This layer uses TeamViewer IoT Agent v3.0.3.
Example on how the layer can be used is provided here https://community.teamviewer.com/kb/articles/109799-set-up-a-yocto-image-for-raspberry
Please see the corresponding sections below for details.
**Maintainer: TeamViewer Germany GmbH ()**
Dependencies
------------
This layer depends on:
```
URI: git://git.openembedded.org/meta-openembedded
branch: kirkstone
```
Adding the meta-teamviewer-iot-agent layer and other dependencies to your build
========================================================
Run the following command to add the openembedded and teamviewer layers
bitbake-layers add-layer meta-openembedded/meta-filesystems/ \
meta-openembedded/meta-oe/ \
meta-openembedded/meta-gnome/ \
meta-openembedded/meta-initramfs/ \
meta-openembedded/meta-multimedia/ \
meta-openembedded/meta-networking/ \
meta-openembedded/meta-perl/ \
meta-openembedded/meta-python/ \
meta-openembedded/meta-webserver/ \
meta-openembedded/meta-xfce/ \
meta-teamviewer-iot-agent
Notes
=====
Add 'IMAGE_INSTALL:append = " teamviewer-iot-agent"' line in local.conf configuration file to append teamviewer-iot-agent layer to image.
Add 'DISTRO_FEATURES:append = " X11"' line in local.conf configuration file for installation X11 dependencies.
Add 'VOLATILE_LOG_DIR = "no"' line in local.conf configuration file to make it possible for the agent to write logfiles.
Add 'IMAGE_ROOTFS_EXTRA_SPACE = "256000"' line in local.conf configuration file to make sure enough space is available on runtime for the agent