summaryrefslogtreecommitdiffstats
path: root/recipes-sota/config/files
Commit message (Collapse)AuthorAgeFilesLines
* Example config for a virtual secondary.Patrick Vacek2019-10-212-0/+17
| | | | | | Useful for updating an arbitrary file in /var. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr-polling-interval: new config fragment.Patrick Vacek2019-06-051-0/+2
| | | | | | | | | Can be used for testing purposes after we increase the default polling interval in aktualizr. We no longer recommend anything less than an hour for production use cases, but it's still convenient to poll more frequently while testing. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* OTA-2135: Aktualizr's config and recipe to auto reboot just after updateMike Sul2019-02-261-0/+2
| | | | Signed-off-by: Mike Sul <mykhaylo.sul@innoteka.com>
* aktualizr: remove example-interface.Patrick Vacek2018-10-091-2/+0
|
* aktualizr tools: use generic MPL license instead of our own copy.Patrick Vacek2018-07-031-373/+0
|
* Move log-debug from 90 to 05.Patrick Vacek2018-05-171-0/+0
| | | | | | This way it will probably the first config read, meaning it will be applied earlier in the config processing flow. It still means that at the moment, no message about reading the log-debug.toml appears, though.
* Put extra configs in their own files.Patrick Vacek2018-05-093-0/+6
| | | | | | This is more reliable and readable than just dumping things with echo. Plus it is easier for setting permissions, and it fixes some obscure problem with line endings that only happens on shovel.
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-031-0/+373
SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "