This is a fork of the OpenVario project 'GitHub.com/Openvario/meta-openvario' to support the embedded OpenVario hardware
- Linux installation
- Installed Docker (https://docs.docker.com/install/)
git clone --recurse-submodules https://github.com/OpenSoaring/OpenVario.git
cd meta-openvario
This will fetch the sources including all submodules.
docker run -it --rm -v $(pwd):/workdir ghcr.io/openvario/ovbuild-container:main --workdir=/workdir
source openembedded-core/oe-init-build-env .
export MACHINE=ov-ch70
Available machines for OpenVario with the original adapter board are:
- ov-pq70
- ov-ch70
- ov-am43
- ov-ch57
Available machines for OpenVario with alternativ adapter board DS2 from Daniel Smolka are:
- ov-ch70s
- ov-am70s
- ov-ch57s
bitbake openvario-image