Openvario / meta-openvario

Official OpenEmbedded layer for Openvario flight computer.
http://www.openvario.org
29 stars 29 forks source link

Automated Release Notes by gren

meta-openvario

This is a layer for OpenEmbedded to support the Openvario hardware

How to build an image

Prerequisites

Fetching sources

git clone --recurse-submodules https://github.com/Openvario/meta-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=openvario-7-CH070

Available machines for the OpenVario with the original adapter board are:

Available machines for the OpenVario with the new adapter board DS2 are:

Starting the build

bitbake openvario-image