summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
* Patch asn1c skeletons file discoveryLaurent Bonnans2018-01-252-1/+46
| | | | | | | | | | The OpenEmbedded native build process interferes with asn1c's method to find its required data: asn1c-native is moved after being built but the data directory is hardcoded from configure time in asn1c. There is an alternative detection method builtin in asn1c, used for development. Let's just hack into that and target '../share/asn1c' from the binary directory.
* Add asn1c dependency for aktualizrLaurent Bonnans2018-01-252-1/+17
|
* Merge pull request #240 from leon-anavi/PRO-4727Patrick Vacek2018-01-248-327/+0
|\ | | | | Drop rvi-sota-client and remove meta-rust dependency
| * Drop rvi-sota-client and remove meta-rust dependencyLeon Anavi2018-01-228-327/+0
| | | | | | | | | | | | | | Remove the old RVI SOTA Client and the dependecy from Yocto/OE layer meta-rust. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge remote-tracking branch 'github/feat/PRJ-330/hsm-not-test' into ↵Patrick Vacek2018-01-222-3/+3
|\ \ | |/ |/| | | feat/PRJ-330/hsm-not-test-rocko
| * Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-222-3/+3
| |
* | Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-181-0/+1
|/
* Bump OSTree versionAnton Gerasimov2018-01-112-29/+2
| | | | Patched merged into upstream removed, Minnowboard boot failure fixed
* Bump aktualizr version to get fixed garage-signAnton Gerasimov2018-01-101-1/+1
|
* Support for BUILD_ISOTP cmake variableAnton Gerasimov2018-01-081-1/+1
|
* Add support of ISO/TP legacy secondaries and serial CANAnton Gerasimov2018-01-085-27/+36
|
* Delete dependency on libsoupAnton Gerasimov2018-01-082-3/+30
| | | | It makes supporting different platforms somewhat easier
* Bump aktualizr to get open source server CA fix.Patrick Vacek2018-01-042-2/+2
| | | | | | 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 SpekulatiusAnton Gerasimov2017-12-203-35/+2
| | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr
* Merge pull request #209 from advancedtelematic/bugfix/garage-sign-0.2.0-57Patrick Vacek2017-12-131-3/+3
|\ | | | | Bump to latest garage-sign.
| * Bump to latest garage-sign.Patrick Vacek2017-12-131-3/+3
| |
* | Merge pull request #204 from advancedtelematic/bugfix/example-interfacePatrick Vacek2017-12-131-1/+4
|\ \ | | | | | | Properly install example-interface on target and remove it on host.
| * | Only install example-interface if explicitly asked for.Patrick Vacek2017-12-121-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 Vacek2017-12-121-1/+3
| |/
* | Don't run implicit_writer if SOTA_PACKED_CREDENTIALS is not set.Patrick Vacek2017-12-131-2/+4
| | | | | | | | | | This basically cripples implicit provisioning but at least it bitbakes without error.
* | Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.Patrick Vacek2017-12-131-1/+1
|/ | | | | Reported by Stevan, traced to the problem by me, actually fixed by Anton.
* Rerun provisioning recipes when credentials have changedAnton Gerasimov2017-12-114-0/+4
| | | | Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* 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.