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

Refactoring Yocto DISTRO and IMAGES #54

Closed dupremathieu closed 2 years ago

dupremathieu commented 2 years ago

SEAPATH features can now be enabled or disabled with Yocto DISTRO_FEATURES.

This Yocto features are:

The SEAPAH Yocto DISTRO is now:

The default DISTRO is seapath-host.

Closes #29