summaryrefslogtreecommitdiffstats
path: root/recipes-sota/config
Commit message (Collapse)AuthorAgeFilesLines
* Add recipe to build images with binary primariestest/OTA-4838/mem-binary-updateLaurent Bonnans2020-06-182-0/+23
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Example config for a virtual secondary.Patrick Vacek2019-10-103-0/+44
| | | | | | Useful for updating an arbitrary file in /var. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr-polling-interval: new config fragment.feat/test-polling-intervalPatrick Vacek2019-05-242-0/+31
| | | | | | | | | 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>
* Set 'allarch' to aktualizr config recipesLaurent Bonnans2019-03-133-0/+6
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* README: document auto-reboot config feature.doc/auto-reboot-configPatrick Vacek2019-02-271-1/+1
| | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> Suggested-by: Ben Luck <benjamin.luck@here.com>
* OTA-2135: Aktualizr's config and recipe to auto reboot just after updateMike Sul2019-02-192-0/+23
| | | | Signed-off-by: Mike Sul <mykhaylo.sul@innoteka.com>
* aktualizr: remove example-interface.Patrick Vacek2018-10-092-23/+0
|
* aktualizr tools: use generic MPL license instead of our own copy.Patrick Vacek2018-07-034-379/+3
|
* Move log-debug from 90 to 05.Patrick Vacek2018-05-172-3/+3
| | | | | | 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-096-3/+12
| | | | | | 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.
* Update aktualizr config to use default locations.Patrick Vacek2018-05-043-9/+6
| | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
* Create aktualizr-log-debug recipe as an example (and debugging aid).Patrick Vacek2018-05-031-0/+23
|
* Provide recipe to disable sending ip (PRO-5297).Patrick Vacek2018-05-031-0/+23
| | | | Obviates the need for SOTA_CLIENT_FEATURES = "disable_send_ip".
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-032-0/+395
SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "