Container development base environment
Introduction
This page shows the procedure for building a development environment for developing with Expert Group.
How to build and execute
See here. (local site)
TODO: Will move to EG dev site.
Attention
The current environment is for evaluation. When you want to contribute, please wait to move to the EG dev site.
Information
Target environment:
R-Car M3 Starter Kit : available
R-Car H3 Starter Kit : under development
Host:
host-image-minimal : under development
Minimum image of container host based on core-image-minimal from Yocto. It's using systemd.
host-image-weston: available
Container host image based on core-image-weston supporting weston compositor.
This image support a guest image including graphics application. ex. guest-image-wayland.
It's using systemd.
Guest:
guest-image-minimal : under development
guest-image-wayland : available
This image can running wayland client such as weston-simple-egl, weston-simple-shm and weston-simple-touch excluding XKB.
When you want to use Qt, it possible to add meta-qt5 layer.
This image must to use with host-image-weston.