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

system-config: split security and readonly features #175

Closed dupremathieu closed 6 months ago

dupremathieu commented 6 months ago

Create a new package system-config-ro to handle the read-only feature instead of using the system-config-common package with a distro feature.

Move all the security related files which were in the system-config-common package to the system-config-security package.

Update the image recipes accordingly.