User Tools

Site Tools


open_source:ccgx:bitbake

This is an old revision of the document!


Bitbake: making and managing recipes for CCGX

To build all the CCGX rootfs or images with all the existing recipes, see instructions here: https://github.com/victronenergy/venus/blob/master/README.

Below guide is an introduction on how to add recipes and create/debug them.

Start bitbake:

  make bb
  

Build a single recipe:

  bitbake -b dbus-modbustcp_0.7.2.bb
  

That probably didn't work, because dependencies are missing. To build the recipe including dependencies, do:

  bitbake dbus-modbustcp
open_source/ccgx/bitbake.1442753970.txt.gz · Last modified: 2015-09-20 14:59 by mvader

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki