Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Configuration File Naming and Search Paths

Bruno Bottazzini edited this page Jun 10, 2016 · 8 revisions

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>.json
  • sol-flow-<app name>.json
  • sol-flow-<board name>.json
  • sol-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.

Clone this wiki locally