| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
Partial cherry-pick of 71c528ab616a707f4125727c8c5a4e4da5a36c94 from
rocko.
|
| |
|
|\
| |
| | |
Provide user interface to add legacy secondary bridge
|
| | |
|
|/
|
|
| |
This enables backwards incompatible changes to configuration format
|
|
|
|
| |
We don't support this scenario any more and it makes testing more complicated.
|
| |
|
| |
|
|
|
|
| |
It should be able to be updated.
|
|
|
|
|
|
|
|
| |
Split aktualizr into basic and native recipes by moving most of the work
to an include file. Use aktualizr-implicit-writer (on host) to do the
actual work of configuring sota.toml and installing files.
Still not quite fully functional.
|
|\
| |
| | |
Remove useless/obsolete --disable-keyid-validation option.
|
| | |
|
|/
|
|
|
|
|
| |
Provide Aktualizr systemd service and configurations
for manual and autoprovision in a separate recipe.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| |
|
|
|
|
|
| |
Warn if older credential environment variables are set. They are now
ignored since the credentials aren't unpacked during building.
|
|
|
|
|
| |
Perform sync() after provisioning
Store sota.toml in updatable /usr directory
|
| |
|
|
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)
|