Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Get the newest aktualizr using sqlstorage | Anton Gerasimov | 2018-01-16 | 1 | -1/+5 | |
| | | ||||||
* | | Rename all instances of hsm-test and use latest aktualizr. | Patrick Vacek | 2018-01-22 | 1 | -2/+2 | |
|/ | ||||||
* | Bump aktualizr version to get fixed garage-sign | Anton Gerasimov | 2018-01-10 | 1 | -1/+1 | |
| | ||||||
* | Support for BUILD_ISOTP cmake variable | Anton Gerasimov | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | Add support of ISO/TP legacy secondaries and serial CAN | Anton Gerasimov | 2018-01-08 | 1 | -2/+18 | |
| | ||||||
* | Bump aktualizr to get open source server CA fix. | Patrick Vacek | 2018-01-04 | 1 | -1/+1 | |
| | | | | | | Also remove --no-root-ca for implicit prov. It's still there for the HSM case. If we really do need that flag for the implict recipe for Spekulatius, then we need to do some thinking. | |||||
* | Fixes for Spekulatius | Anton Gerasimov | 2017-12-20 | 1 | -1/+1 | |
| | | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr | |||||
* | Only install example-interface if explicitly asked for. | Patrick Vacek | 2017-12-12 | 1 | -1/+2 | |
| | | | | | To do so, use this in local.conf: SOTA_CLIENT_FEATURES = "secondary-example" | |||||
* | Properly install example-interface on target and remove it on host. | Patrick Vacek | 2017-12-12 | 1 | -1/+3 | |
| | ||||||
* | Consistent indents. | Patrick Vacek | 2017-12-07 | 1 | -0/+2 | |
| | | | | OE standard is apparently four spaces. | |||||
* | Deploy OSTree image without a branch name | Anton Gerasimov | 2017-12-07 | 1 | -1/+1 | |
| | ||||||
* | Use *.toml files provided in aktualizr github repo | Anton Gerasimov | 2017-12-04 | 1 | -1/+6 | |
| | | | | This enables backwards incompatible changes to configuration format | |||||
* | Add spaces before "_append" clauses | Anton Gerasimov | 2017-12-01 | 1 | -2/+2 | |
| | | | | Under some conditions missing space can lead to a corrupted environment variable | |||||
* | Bump aktualizr version for C++98 standard fix. | Patrick Vacek | 2017-11-27 | 1 | -1/+1 | |
| | ||||||
* | Actually do something with aktualizr-info. | Patrick Vacek | 2017-11-27 | 1 | -0/+2 | |
| | ||||||
* | Bump aktualizr version for good | Anton Gerasimov | 2017-11-24 | 1 | -1/+1 | |
| | | | | Should fix PRO-4260 | |||||
* | Rename repo.url -> tufrepo.url | Anton Gerasimov | 2017-11-23 | 1 | -1/+1 | |
| | | | | Also pass this URL to garage-sign | |||||
* | Check if the package and UPTANE target got to the backend | Anton Gerasimov | 2017-11-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #179 from advancedtelematic/bugfix/PRO-4260/createtoken | OYTIS | 2017-11-16 | 1 | -1/+0 | |
|\ | | | | | Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakes | |||||
| * | Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakes | Anton Gerasimov | 2017-11-16 | 1 | -1/+0 | |
| | | | | | | | | | | 'SOTA_CLIENT_PROV = "aktualizr-hsm-test-prov"' should set in local.conf in order to build with softhsm | |||||
* | | Basic garage-deploy test. | Patrick Vacek | 2017-11-13 | 1 | -0/+1 | |
| | | ||||||
* | | Add UPTANE key generation capability | Anton Gerasimov | 2017-11-10 | 1 | -2/+1 | |
|/ | ||||||
* | Remerge aktualizr recipes. | Patrick Vacek | 2017-10-27 | 1 | -10/+40 | |
| | | | | | | | | | | | I found the trick to allow specifiying target vs native variables and tasks. It's a bit wordy but better than having three separate files for the aktualizr recipe. Oddly and annoyingly, while only "aktualizr" must be specified in sota_bleeding.inc, both "BRANCH_pn-aktualizr" and "BRANCH_pn-aktualizr-native" must be specified in local.conf to correctly use a given branch. | |||||
* | Clean up recipes according to Yocto recommendations. | Patrick Vacek | 2017-10-25 | 1 | -3/+3 | |
| | | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable. | |||||
* | Fix harmless error from not installing garage_deploy. | Patrick Vacek | 2017-10-16 | 1 | -0/+1 | |
| | ||||||
* | Support pkcs#11 in aktualizr and add softhsm token for testing | Anton Gerasimov | 2017-10-16 | 1 | -1/+1 | |
| | ||||||
* | Create recipe for implicit provisioning file shuffling. | Patrick Vacek | 2017-09-29 | 1 | -20/+9 | |
| | | | | | | | | 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. | |||||
* | Make it easier to build from branches and run a specific image | Phil Wise | 2017-09-13 | 1 | -1/+3 | |
| | | | | | | | | | | Is is now easy to build a specific branch by adding the following line to local.conf BRANCH_pn-aktualizr = "mybranchname" Also, the run-qemu-ota script can also take a path to an image file, which is useful for long-term test images. | |||||
* | Merge pull request #136 from advancedtelematic/feat/PRO-3805/p11test | cajun-rat | 2017-09-13 | 1 | -0/+5 | |
|\ | | | | | Add recipes to test pkcs11 functionality in Aktualizr | |||||
| * | Add recipes to test pkcs11 functionality in Aktualizr | Anton Gerasimov | 2017-09-13 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #134 from advancedtelematic/refactor/remove_keyid | cajun-rat | 2017-09-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | Remove useless/obsolete --disable-keyid-validation option. | |||||
| * | Remove useless/obsolete --disable-keyid-validation option. | Patrick Vacek | 2017-08-31 | 1 | -1/+1 | |
| | | ||||||
* | | aktualizr_git.bb: remove systemd service and configurations | Leon Anavi | 2017-09-11 | 1 | -20/+0 | |
|/ | | | | | | | Split Aktualizr binary and systemd service and configurations by moving them to another recipe. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | Merge pull request #129 from advancedtelematic/bugfix/cruft | Patrick Vacek | 2017-08-31 | 1 | -1/+1 | |
|\ | | | | | Remove BUILD_TESTS=OFF because it does nothing. | |||||
| * | Remove BUILD_TESTS=OFF because it does nothing. | Patrick Vacek | 2017-08-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | Aktualizr tests are no longer built with 'make all' and there is no longer a variable named BUILD_TESTS so setting it is neither necessary nor meaningful. | |||||
* | | Call garage-push directly with zip file instead of sending unzipped contents. | Patrick Vacek | 2017-08-07 | 1 | -3/+3 | |
|/ | | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building. | |||||
* | aktualizr: Update to c24f1fc | Leon Anavi | 2017-07-20 | 1 | -1/+1 | |
| | | | | | | | Update to stable version of Aktualizr known to perform successful end to end update using Poky. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | aktualizr: Update to 207898e | Leon Anavi | 2017-07-14 | 1 | -1/+1 | |
| | | | | | | Fix issues with the random generated device ID. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reporting | Jon Oster | 2017-06-28 | 1 | -1/+2 | |
| | ||||||
* | Aktualizr updates, including sync() | Phil Wise | 2017-06-26 | 1 | -4/+5 | |
| | | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory | |||||
* | Add uptane-capable aktualizr | Anton Gerasimov | 2017-06-14 | 1 | -7/+11 | |
| | ||||||
* | Support Aktualizr in manual-provisioning mode | Phil Wise | 2017-05-24 | 1 | -9/+23 | |
| | | | | | | | | | 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) | |||||
* | Build aktualizr with OSTree support enabled | Anton Gerasimov | 2017-05-18 | 1 | -3/+3 | |
| | ||||||
* | Create sota_bleeding.inc config file to build against master | Phil Wise | 2017-04-10 | 1 | -0/+1 | |
| | | | | | | | | This overrides the package version for Aktualizr to be latest master. This is recommended for development and test only. To use it, add the following to local.conf: require conf/include/local/sota_bleeding.inc | |||||
* | Change name of cpp client to 'aktualizr' | Jon Oster | 2017-02-16 | 1 | -0/+24 | |