summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-implicit-prov.bb
Commit message (Collapse)AuthorAgeFilesLines
* Update aktualizr config to use default locations.Patrick Vacek2018-05-041-3/+3
| | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
* Minor changes to keep hsm and implicit recipes consistent.Patrick Vacek2018-01-301-3/+3
| | | | | At present they should be very similar. The only outstanding difference (other than the HSM parts) is whether the root CA is installed.
* Add support of ISO/TP legacy secondaries and serial CANAnton Gerasimov2018-01-081-8/+1
|
* Bump aktualizr to get open source server CA fix.Patrick Vacek2018-01-041-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 SpekulatiusAnton Gerasimov2017-12-201-1/+1
| | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr
* 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.
* Rerun provisioning recipes when credentials have changedAnton Gerasimov2017-12-111-0/+1
| | | | Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Consistent indents.Patrick Vacek2017-12-071-0/+2
| | | | OE standard is apparently four spaces.
* Minor fixes and cleanup.Patrick Vacek2017-12-071-3/+3
| | | | | | * hsm-test is no longer used. * Use Yocto variables where suitable. * Eliminate redundant directory slashes.
* Merge pull request #196 from advancedtelematic/feat/PRO-3751/legacyinterfacecajun-rat2017-12-051-0/+2
|\ | | | | Provide user interface to add legacy secondary bridge
| * Provide user interface to add legacy secondary bridgeAnton Gerasimov2017-12-041-0/+2
| |
* | Use *.toml files provided in aktualizr github repoAnton Gerasimov2017-12-041-2/+1
|/ | | | This enables backwards incompatible changes to configuration format
* Remove aktualizr-manual-provision.serviceAnton Gerasimov2017-11-301-2/+2
| | | | We don't support this scenario any more and it makes testing more complicated.
* Clean up recipes according to Yocto recommendations.Patrick Vacek2017-10-251-4/+4
| | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable.
* Move provisioning out of ostree bbclass into autoprov recipe.Patrick Vacek2017-10-051-2/+0
| | | | | Also remove implicit-prov from DISTRO_FEATURES. Just specify SOTA_CLIENT_PROV directly.
* Move implicit root CA to /usr/lib/sota.Patrick Vacek2017-10-041-1/+1
| | | | It should be able to be updated.
* Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-291-0/+36
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.