summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge pull request #134 from advancedtelematic/refactor/remove_keyidcajun-rat2017-09-132-2/+2
|\ \ | |/ |/| Remove useless/obsolete --disable-keyid-validation option.
| * Remove useless/obsolete --disable-keyid-validation option.Patrick Vacek2017-08-312-2/+2
| |
* | aktualizr-auto-prov.bb: Aktualizr configuraitonsLeon Anavi2017-09-112-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 configurationsLeon Anavi2017-09-111-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/cruftPatrick Vacek2017-08-311-1/+1
|\ | | | | Remove BUILD_TESTS=OFF because it does nothing.
| * Remove BUILD_TESTS=OFF because it does nothing.Patrick Vacek2017-08-211-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 dependencyPhil Wise2017-08-251-1/+1
| |
* | Merge remote-tracking branch 'github/morty' into HEADPhil Wise2017-08-2410-176/+218
|\ \
| * | update sota-client to d41540a5Robert Danitz2017-08-141-2/+3
| | |
| * | Remove device section as it is no longer used.Patrick Vacek2017-08-081-4/+0
| | |
| * | Prepare credentials correctly for rvi-sota-client.Patrick Vacek2017-08-073-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.
| * | Call garage-push directly with zip file instead of sending unzipped contents.Patrick Vacek2017-08-073-7/+6
| | | | | | | | | | | | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building.
| * | fix dependency of sota-launcher to correct rvi-sota-clientRobert Danitz2017-08-022-1/+2
| | |
| * | update sota-client to b9170dfRobert Danitz2017-08-021-2/+2
| | |
| * | PRO-3681 Add python-petname back in rvi-sota-server RDEPENDSJon Oster2017-08-011-0/+1
| | |
| * | Merge pull request #107 from advancedtelematic/refactor/PRO-3377/secondary-ecuscajun-rat2017-07-315-160/+205
| |\ \ | | | | | | | | Split rvi-sota-client into multiple binaries
| | * | rename back sota-client to rvi-sota-clientRobert Danitz2017-07-312-1/+1
| | | |
| | * | Split rvi-sota-client into multiple binariesShaun Taheri2017-07-265-94/+139
| | |/
| * / Bump version of sota-toolsPhil Wise2017-07-311-1/+1
| |/ | | | | | | This fixes a build error on Ubuntu.
* / ostree_git.bb: Depends on xz for liblzmaLeon Anavi2017-08-231-2/+2
|/ | | | | | | | Move Yocto/OE recipe xz from the run-time dependencies to the dependencies because liblzma is required for the successful configuration of OSTree. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Merge pull request #106 from advancedtelematic/bugfix/PRO-3157-restore-petnamescajun-rat2017-07-201-2/+2
|\ | | | | PRO-3157 Restore petname usage in rvi-sota-client provision script
| * PRO-3157 Restore petname usage in rvi-sota-client provision scriptJon Oster2017-07-201-2/+2
| | | | | | | | | | | | Petname usage got inadvertently removed a few commits ago, but nobody noticed. We need the petnames because otherwise attempting to reprovision a device will fail.
* | aktualizr: Update to c24f1fcLeon Anavi2017-07-201-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 207898eLeon Anavi2017-07-141-1/+1
|/ | | | | | Fix issues with the random generated device ID. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Remove canonical_json.py from rvi_sota_client recipeShaun Taheri2017-07-101-61/+78
|
* Update rvi_sota_client to latest commitShaun Taheri2017-07-054-20/+70
|
* PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reportingJon Oster2017-06-281-1/+2
|
* Aktualizr updates, including sync()Phil Wise2017-06-262-5/+6
| | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory
* Retry mounting sysrootPhil Wise2017-06-222-2/+8
| | | | Fixes DEM-169
* Fix warnings from shellcheck shell linterPhil Wise2017-06-221-16/+10
|
* Merge pull request #77 from advancedtelematic/feat/aktualizruptanecajun-rat2017-06-144-9/+43
|\ | | | | Add uptane-capable aktualizr
| * Add uptane-capable aktualizrAnton Gerasimov2017-06-144-9/+43
| |
* | PRO-3260 Bump rust client version for ecu serial genJon Oster2017-06-071-2/+2
| |
* | Merge pull request #74 from advancedtelematic/feat/ostreecurlcajun-rat2017-06-061-2/+2
|\| | | | | Build OSTree with curl support
| * Build OSTree with curl supportAnton Gerasimov2017-06-011-2/+2
| |
* | Bump client version to fix PRO-3208 + PRO-3196Jon Oster2017-06-011-2/+2
|/
* Bump rvi_sota_client versionJon Oster2017-05-291-40/+38
|
* PRO-3157 Add recipe for friendly name generatorJon Oster2017-05-291-0/+1
|
* Merge pull request #64 from advancedtelematic/feat/PRO-2945/zipcredsJon Oster2017-05-261-14/+2
|\ | | | | Add support for zipped credentials
| * Add support for zipped credentialsAnton Gerasimov2017-05-241-14/+2
| |