Skip to content

cassini-distro: Use PACKAGECONFIG to select the Parsec config file

  • cassini-distro: Use PARSEC_CONFIG to configure Parsec

The parsec-service recipe provides the ability to override the config file installed in the package by setting the PARSEC_CONFIG variable to an alternate file.

Provide a dedicated config file for the Trusted Services provider instead of patching the in-tree config file.

  • cassini-distro: Use PACKAGECONFIG to select the Parsec config file

The logic to configure the default Parsec provider is currently duplicated in both the distro config and the bbappend.

Remove the duplication by reusing the PACKAGECONFIG to set PARSEC_CONFIG.

This also provides additional flexibility in case a Cassini distro user wishes to use a different provider, without affecting the default.

Merge request reports