This is a layer for OpenEmbedded to support the Openvario hardware
- Linux installation
- Installed Docker (https://docs.docker.com/install/)
- Installed repo command (https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md)
mkdir workdir
repo init -u git://github.com/Openvario/ovlinux-manifest.git -b warrior
repo sync
This will fetch the manifest file for the warrior branch.
docker run -it --rm -v $(pwd):/workdir linuxianer99/ovbuild --workdir=/workdir
cd poky
TEMPLATECONF=meta-openvario/conf source oe-init-build-env
export MACHINE=openvario-7-CH070
Available machines are:
- openvario-7-PQ070
- openvario-7-CH070
- openvario-57-lvds
- openvario-43-rgb
bitbake openvario-image-testing