Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 680 Bytes

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
"