condoratberlin / meta-openvario

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-openvario

This is a layer for OpenEmbedded to support the Openvario hardware

How to build an image

Prerequisites

Fetching sources

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.

Starting the containerd build environment

docker run -it --rm -v $(pwd):/workdir linuxianer99/ovbuild --workdir=/workdir
cd poky

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

TEMPLATECONF=meta-openvario/conf source oe-init-build-env

Setting the machine

export MACHINE=openvario-7-CH070

Available machines are:

  • openvario-7-PQ070
  • openvario-7-CH070
  • openvario-57-lvds
  • openvario-43-rgb

Starting the build

bitbake openvario-image-testing

About


Languages

Language:C++ 71.5%Language:BitBake 14.5%Language:Shell 10.7%Language:PHP 3.1%Language:Batchfile 0.1%Language:JavaScript 0.1%