summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/files
Commit message (Collapse)AuthorAgeFilesLines
* aktualizr: Bump to d00d1a04cc2366d1a5f143b84b9f507f8bd32c44Leon Anavi2019-01-028-40/+50
| | | | | | | Backport latest Aktualizr and use the same version as in branches Sumo and Thud. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Remove device section as it is no longer used.Patrick Vacek2017-08-081-4/+0
|
* Call garage-push directly with zip file instead of sending unzipped contents.Patrick Vacek2017-08-072-4/+3
| | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building.
* Aktualizr updates, including sync()Phil Wise2017-06-261-1/+1
| | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory
* Add uptane-capable aktualizrAnton Gerasimov2017-06-142-0/+32
|
* Support Aktualizr in manual-provisioning modePhil Wise2017-05-241-0/+13
Aktualizr currently supports OSTree updates in non-autoprovisioned mode. Add a systemd service to run it in that mode. It uses the same location for the config file as rvi-sota-client (/sysroot/boot/sota.toml) Also, the aktualizr recipe is reformatted according to meta-openembedded/contrib/oe-stylize.py (which follows the OE styleguide)