This is a layer for OpenEmbedded to support the Openvario hardware
- Linux installation
- Installed Docker (https://docs.docker.com/install/)
git clone --recurse-submodules https://github.com/Openvario/meta-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=openvario-7-CH070
Available machines for the OpenVario with the original adapter board are:
- openvario-7-PQ070
- openvario-7-CH070
- openvario-57-lvds
- openvario-43-rgb
Available machines for the OpenVario with the new adapter board DS2 are:
- openvario-7-CH070-DS2
- openvario-7-AM070-DS2
- openvario-57-lvds-DS2
bitbake openvario-image