summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/environment.inc
Commit message (Collapse)AuthorAgeFilesLines
* aktualizr: use config instead of environment variables.fix/master/newline-etcPatrick Vacek2018-11-131-8/+0
| | | | | | | This should make the secondary config dir process better anyway, and it finally gets rid of a hacky workaround that we'd been using for ages. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: Fix virtual secondary support.Patrick Vacek2018-11-131-7/+4
| | | | | | | | Use /etc/sota/ecus as using /var/sota/ecus was conflicting with the provisioning recipes that also use /var/sota. Not totally ideal, but the best compromise I could find. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Update aktualizr config to use default locations.Patrick Vacek2018-05-041-2/+1
| | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-031-6/+1
| | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
* Assorted minor cleanup and formatting.Patrick Vacek2018-03-291-1/+1
| | | | | | Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275
* Add support for virtual secondariesAnton Gerasimov2017-12-041-1/+8
|
* Provide user interface to add legacy secondary bridgeAnton Gerasimov2017-12-041-0/+10