Configuration File Naming and Search Paths - solettaproject/soletta GitHub Wiki
When running a .fbp files, Soletta™ Framework searches for Flow Configuration Files (conffiles) in the following directories:
- Current directory
- Application directory, that is the folder of the .fbp that is being executed
- The directory pointed by 'PKGSYSCONFDIR', usually
/etc/soletta.
For each directory, Soletta tries to find the following files:
sol-flow-<board name>-<app name>.jsonsol-flow-<app name>.jsonsol-flow-<board name>.jsonsol-flow.json
Where <boad name> is the name returned by Board Detection if a board is successfully detected and <app name> is the file name of the .fbp being executed without extension, i.e. 'foo' for 'foo.fbp'.
Search stops as soon a matching configuration file is found.