Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use *.toml files provided in aktualizr github repo | Anton Gerasimov | 2017-12-04 | 7 | -51/+10 | |
|/ | | | | 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 | |||||
* | Remove aktualizr-manual-provision.service | Anton Gerasimov | 2017-11-30 | 5 | -21/+7 | |
| | | | | We don't support this scenario any more and it makes testing more complicated. | |||||
* | 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 | 2 | -2/+1 | |
|\ | | | | | 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 | 2 | -2/+1 | |
| | | | | | | | | | | 'SOTA_CLIENT_PROV = "aktualizr-hsm-test-prov"' should set in local.conf in order to build with softhsm | |||||
* | | Merge pull request #174 from ↵ | cajun-rat | 2017-11-15 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | | | | advancedtelematic/feat/PRO-4199/oe-selftest-sota-tools Feat/pro 4199/oe selftest sota tools | |||||
| * | | Basic garage-deploy test. | Patrick Vacek | 2017-11-13 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add managing targets.json by garage-sign | Anton Gerasimov | 2017-11-13 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use ${libdir} instead of /usr/lib. | Patrick Vacek | 2017-11-13 | 1 | -3/+3 | |
|/ / | ||||||
* | | Add UPTANE key generation capability | Anton Gerasimov | 2017-11-10 | 2 | -4/+4 | |
| | | ||||||
* | | Latest garage-sign with many bug fixes. | Patrick Vacek | 2017-11-09 | 1 | -3/+3 | |
|/ | ||||||
* | Bump ostree version to get Shaun's fix. | Patrick Vacek | 2017-11-03 | 1 | -2/+2 | |
| | | | | | Unnecessary error messages have been silenced by skipping some checks that weren't necessary in our case. | |||||
* | Merge pull request #159 from advancedtelematic/bugfix/PRO-4249/varmount | Patrick Vacek | 2017-11-03 | 1 | -1/+1 | |
|\ | | | | | Share /run directory between initramfs and system image to communicate ostree-booted file | |||||
| * | Share /run directory between initramfs and system image to communicate ↵ | Anton Gerasimov | 2017-11-03 | 1 | -1/+1 | |
| | | | | | | | | ostree-booted file | |||||
* | | garage-sign: ship files | Leon Anavi | 2017-11-03 | 1 | -0/+6 | |
| | | | | | | | | | | | | Fix the issue with installed but not shipped files. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | | garage-sign: Update checksums | Leon Anavi | 2017-11-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | Update md5 and sha256 checksums of the archive. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | | Merge pull request #156 from advancedtelematic/bugfix/update-garage-sign | Patrick Vacek | 2017-11-01 | 1 | -1/+1 | |
|\ \ | | | | | | | Update to latest version. | |||||
| * | | Update to latest version. | Patrick Vacek | 2017-11-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #150 from advancedtelematic/feat/remerge-recipes | cajun-rat | 2017-11-01 | 5 | -56/+49 | |
|\ \ \ | |/ / |/| | | Feat/remerge recipes | |||||
| * | | Remerge aktualizr recipes. | Patrick Vacek | 2017-10-27 | 3 | -47/+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 | 4 | -13/+13 | |
| | | | | | | | | | | | | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable. | |||||
* | | | Merge pull request #154 from advancedtelematic/refactor/PRO-4179/rust-1.20 | cajun-rat | 2017-11-01 | 1 | -44/+72 | |
|\ \ \ | | | | | | | | | Upgrade Rust to 1.20 on Pyro | |||||
| * | | | Upgrade Rust to 1.20 on Pyro | Shaun Taheri | 2017-10-30 | 1 | -44/+72 | |
| |/ / | ||||||
* / / | New garage-sign recipe. | Patrick Vacek | 2017-11-01 | 1 | -0/+28 | |
|/ / | ||||||
* / | Use garage-push from aktualizr repo. | Patrick Vacek | 2017-10-24 | 3 | -27/+5 | |
|/ | | | | | | No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix. | |||||
* | Fix harmless error from not installing garage_deploy. | Patrick Vacek | 2017-10-16 | 2 | -1/+2 | |
| | ||||||
* | Support pkcs#11 in aktualizr and add softhsm token for testing | Anton Gerasimov | 2017-10-16 | 5 | -4/+58 | |
| | ||||||
* | Bump aktualizr version for implict_writer support. | Patrick Vacek | 2017-10-06 | 1 | -1/+1 | |
| | ||||||
* | Move provisioning out of ostree bbclass into autoprov recipe. | Patrick Vacek | 2017-10-05 | 2 | -8/+29 | |
| | | | | | Also remove implicit-prov from DISTRO_FEATURES. Just specify SOTA_CLIENT_PROV directly. | |||||
* | Move implicit root CA to /usr/lib/sota. | Patrick Vacek | 2017-10-04 | 2 | -2/+2 | |
| | | | | It should be able to be updated. | |||||
* | Create recipe for implicit provisioning file shuffling. | Patrick Vacek | 2017-09-29 | 6 | -23/+94 | |
| | | | | | | | | 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 | 2 | -2/+2 | |
|\ \ | |/ |/| | Remove useless/obsolete --disable-keyid-validation option. | |||||
| * | Remove useless/obsolete --disable-keyid-validation option. | Patrick Vacek | 2017-08-31 | 2 | -2/+2 | |
| | | ||||||
* | | aktualizr-auto-prov.bb: Aktualizr configuraitons | Leon Anavi | 2017-09-11 | 2 | -0/+412 | |
| | | | | | | | | | | | | | | Provide Aktualizr systemd service and configurations for manual and autoprovision in a separate recipe. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | | 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. | |||||
* | | Add missing libarchive dependency | Phil Wise | 2017-08-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'github/morty' into HEAD | Phil Wise | 2017-08-24 | 10 | -176/+218 | |
|\ \ | ||||||
| * | | update sota-client to d41540a5 | Robert Danitz | 2017-08-14 | 1 | -2/+3 | |
| | | | ||||||
| * | | Remove device section as it is no longer used. | Patrick Vacek | 2017-08-08 | 1 | -4/+0 | |
| | | | ||||||
| * | | Prepare credentials correctly for rvi-sota-client. | Patrick Vacek | 2017-08-07 | 3 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unzip credentials archive and create files as appropriate, since none of that is necessary for aktualizr anymore. This is now done in the sota_provision script. It apparently does not work in the rvi-sota-client recipe, but this solution is perhaps even cleaner anyway. |