summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-implicit-prov.bb
Commit message (Collapse)AuthorAgeFilesLines
* Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-011-34/+0
| | | | should be provisioned
* aktualizr tools: use generic MPL license instead of our own copy.Patrick Vacek2018-07-031-4/+2
|
* aktualizr-*-prov: read config files from STAGING_DIR_HOST.Patrick Vacek2018-06-191-3/+2
| | | | | | | | | | STAGING_DIR_NATIVE does not get populated as I had previously believed. Native recipes do not get packaged, so although we want to use a native executable, we need to get the config files from the aktualizr-host-tools package built by the aktualizr (target) recipe. Thanks to Andre McCurdy and Khem Raj for insight on how to get this right.
* Compatibility with latest aktualizrPhil Wise2018-06-151-1/+0
| | | | Note that the HsmTests still sometimes fail
* aktualizr: Upgrade to use simplified implicit_writer config.Patrick Vacek2018-06-041-2/+6
| | | | | | | | There is no longer a need for dumping the whole config, now we can just add what we need to a new config file and use that in addition to the base config. This simplifies several things and fixes a few bugs. Also renamed the configs to make provenance a little clearer.
* aktualizr_*.bb: Minor formatting and fixes.Patrick Vacek2018-06-041-1/+1
| | | | | | | | Move HSM dependencies to aktualizr recipe, since it's aktualizr that can depend on HSM support, not the provisioning prepartion. Remove references to systemd in provisioning recipes, since they have nothing to do with systemd.
* Review shipped directories in aktualizr recipesLaurent Bonnans2018-05-171-0/+1
| | | | Missing directories in FILES_xx were causing bitbake QA errors on sumo
* 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.