Skip to content

OpenSoaring/OpenVario

Repository files navigation

Automated Release Notes by gren

OpenVario

This is a fork of the OpenVario project 'GitHub.com/Openvario/meta-openvario' to support the embedded OpenVario hardware

How to build an image

Prerequisites

Fetching sources

git clone --recurse-submodules https://github.com/OpenSoaring/OpenVario.git
cd meta-openvario

This will fetch the sources including all submodules.

Starting the containerd build environment

docker run -it --rm -v $(pwd):/workdir ghcr.io/openvario/ovbuild-container:main --workdir=/workdir

Configuring the build (only necessary once after fetching the repos)

source openembedded-core/oe-init-build-env .

Setting the machine

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

Starting the build

bitbake openvario-image