Skip to content

visionsystemsgmbh/meta-baltos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README file contains information on building the meta-baltos
BSP layer, and booting the images contained in the /binary directory.
Please see the corresponding sections below for details.

Dependencies
============

This layer depends on:

  URI: git://git.openembedded.org/bitbake
  branch: master

  URI: git://git.openembedded.org/openembedded-core
  layers: meta
  branch: master

  URI: git://git.openembedded.org/meta-openembedded
  layers: meta
  branch: master

Building the meta-baltos BSP layer
========================================

You can build a baltos image by adding the location of the meta-baltos
layer to bblayers.conf, along with any other layers needed (to access
common metadata shared between BSPs) e.g.:

  yocto/poky/meta-baltos \
  yocto/poky/meta-openembedded/meta-oe \

To enable the baltos layer, add the baltos MACHINE to local.conf:

  MACHINE ?= "baltos"

You should then be able to build a baltos image as such:

  $ source oe-init-build-env
  $ bitbake core-image-minimal

Releases

No releases published

Packages

No packages published