seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

Add SEAPATH customization file #68

Closed dupremathieu closed 2 years ago

dupremathieu commented 2 years ago

Modify SEAPATH to support custom variables. Custom variables can be defined in the seapath.conf file, in the environment or in Yocto local.conf file.

All SEAPATH custom variables begin with SEAPTH_.

All available variables are described in the seapath.conf.sample file.

These variables are Yocto variables with Yocto override syntax support.

Refactor wic, machine and images:

close #27 close #53