algebratech / meta-algebra

Bitbake layer for recipes and distros from Algebra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yocto Layer from Algebra 🔥

This layer consists of several packagegroup types, recipes and distros.

Dependencies

  • This layer only depends on openembedded-core

Compability

  • This layer works on Yocto dunfell, warrior and zeus releases. It has been tested on zeus regularly and works with other releases.

How to install? 👽

First, make sure that you set up your environment by sourcing required script.

  • After, use
foo@bar:~$ bitbake-layers add-layer /path/to/meta-algebra
  • Or by manually editing bblayers.conf
BBLAYERS = " \
  /path/to/poky/meta \
  /path/to/poky/meta-poky \
  /path/to/meta-algebra
"

About

Bitbake layer for recipes and distros from Algebra

License:MIT License


Languages

Language:BitBake 100.0%