summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
...
* Consistent indents.Patrick Vacek2017-12-074-8/+16
| | | | OE standard is apparently four spaces.
* Merge pull request #200 from advancedtelematic/bugfix/cleanupOYTIS2017-12-074-14/+13
|\ | | | | Minor fixes and cleanup.
| * Minor fixes and cleanup.Patrick Vacek2017-12-074-14/+13
| | | | | | | | | | | | * hsm-test is no longer used. * Use Yocto variables where suitable. * Eliminate redundant directory slashes.
* | Deploy OSTree image without a branch nameAnton Gerasimov2017-12-071-1/+1
|/
* Install /var/sota.Patrick Vacek2017-12-061-6/+4
| | | | | If not using SOTA_PROVISIONING_CREDENTIALS, nothing is written to /var/sota but it is still created. Quick fix: install it.
* Bump garage-signAnton Gerasimov2017-12-061-3/+3
|
* Always create /usr/lib/sota in autoprov recipeAnton Gerasimov2017-12-051-3/+3
| | | | The directory is required by environment.inc
* Merge pull request #196 from advancedtelematic/feat/PRO-3751/legacyinterfacecajun-rat2017-12-055-2/+26
|\ | | | | Provide user interface to add legacy secondary bridge
| * Fix erroneous do_install_append that should just be do_install.Patrick Vacek2017-12-051-1/+1
| |
| * Add support for virtual secondariesAnton Gerasimov2017-12-041-1/+8
| |
| * Provide user interface to add legacy secondary bridgeAnton Gerasimov2017-12-045-1/+18
| |
* | Use *.toml files provided in aktualizr github repoAnton Gerasimov2017-12-047-51/+10
|/ | | | This enables backwards incompatible changes to configuration format
* Add spaces before "_append" clausesAnton Gerasimov2017-12-011-2/+2
| | | | Under some conditions missing space can lead to a corrupted environment variable
* Remove aktualizr-manual-provision.serviceAnton Gerasimov2017-11-305-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 Vacek2017-11-271-1/+1
|
* Actually do something with aktualizr-info.Patrick Vacek2017-11-271-0/+2
|
* Bump aktualizr version for goodAnton Gerasimov2017-11-241-1/+1
| | | | Should fix PRO-4260
* Rename repo.url -> tufrepo.urlAnton Gerasimov2017-11-231-1/+1
| | | | Also pass this URL to garage-sign
* Check if the package and UPTANE target got to the backendAnton Gerasimov2017-11-211-1/+1
|
* Merge pull request #179 from advancedtelematic/bugfix/PRO-4260/createtokenOYTIS2017-11-162-2/+1
|\ | | | | Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakes
| * Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakesAnton Gerasimov2017-11-162-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-rat2017-11-151-0/+1
|\ \ | | | | | | | | | | | | advancedtelematic/feat/PRO-4199/oe-selftest-sota-tools Feat/pro 4199/oe selftest sota tools
| * | Basic garage-deploy test.Patrick Vacek2017-11-131-0/+1
| | |
* | | Add managing targets.json by garage-signAnton Gerasimov2017-11-131-3/+3
| | |
* | | Use ${libdir} instead of /usr/lib.Patrick Vacek2017-11-131-3/+3
|/ /
* | Add UPTANE key generation capabilityAnton Gerasimov2017-11-102-4/+4
| |
* | Latest garage-sign with many bug fixes.Patrick Vacek2017-11-091-3/+3
|/
* Bump ostree version to get Shaun's fix.Patrick Vacek2017-11-031-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/varmountPatrick Vacek2017-11-031-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 Gerasimov2017-11-031-1/+1
| | | | | | | | ostree-booted file
* | garage-sign: ship filesLeon Anavi2017-11-031-0/+6
| | | | | | | | | | | | Fix the issue with installed but not shipped files. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | garage-sign: Update checksumsLeon Anavi2017-11-031-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-signPatrick Vacek2017-11-011-1/+1
|\ \ | | | | | | Update to latest version.
| * | Update to latest version.Patrick Vacek2017-11-011-1/+1
| | |
* | | Merge pull request #150 from advancedtelematic/feat/remerge-recipescajun-rat2017-11-015-56/+49
|\ \ \ | |/ / |/| | Feat/remerge recipes
| * | Remerge aktualizr recipes.Patrick Vacek2017-10-273-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 Vacek2017-10-254-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.20cajun-rat2017-11-011-44/+72
|\ \ \ | | | | | | | | Upgrade Rust to 1.20 on Pyro
| * | | Upgrade Rust to 1.20 on PyroShaun Taheri2017-10-301-44/+72
| |/ /
* / / New garage-sign recipe.Patrick Vacek2017-11-011-0/+28
|/ /
* / Use garage-push from aktualizr repo.Patrick Vacek2017-10-243-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 Vacek2017-10-162-1/+2
|
* Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-165-4/+58
|
* Bump aktualizr version for implict_writer support.Patrick Vacek2017-10-061-1/+1
|
* Move provisioning out of ostree bbclass into autoprov recipe.Patrick Vacek2017-10-052-8/+29
| | | | | Also remove implicit-prov from DISTRO_FEATURES. Just specify SOTA_CLIENT_PROV directly.
* Move implicit root CA to /usr/lib/sota.Patrick Vacek2017-10-042-2/+2
| | | | It should be able to be updated.
* Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-296-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 imagePhil Wise2017-09-131-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/p11testcajun-rat2017-09-131-0/+5
|\ | | | | Add recipes to test pkcs11 functionality in Aktualizr
| * Add recipes to test pkcs11 functionality in AktualizrAnton Gerasimov2017-09-131-0/+5
| |