summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* aktualizr: Bump to latest and fix names.fix/typographyPatrick Vacek2018-11-161-3/+3
|
* aktualizr: use config instead of environment variables.fix/master/newline-etcPatrick Vacek2018-11-131-0/+1
| | | | | | | This should make the secondary config dir process better anyway, and it finally gets rid of a hacky workaround that we'd been using for ages. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: improve secondary config directory logic.Patrick Vacek2018-11-131-3/+7
| | | | | | Use -d and warn if directory is invalid. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: Fix virtual secondary support.Patrick Vacek2018-11-131-0/+7
| | | | | | | | Use /etc/sota/ecus as using /var/sota/ecus was conflicting with the provisioning recipes that also use /var/sota. Not totally ideal, but the best compromise I could find. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: bump to latest for server URL newline fix.Patrick Vacek2018-11-091-1/+1
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: Remove implicit_writer. It is now unused.refactor/master/rm-implicit-writerPatrick Vacek2018-10-291-2/+1
| | | | Bump to the latest version as well.
* Remove aktualizr hacks related to ubuntu supportfix/secondaries-pathLaurent Bonnans2018-10-251-4/+2
|
* Update aktualizr example secondary config pathLaurent Bonnans2018-10-251-3/+3
|
* aktualizr: remove BUILD_ISTOP flag.refactor/remove-legacy-secondariesPatrick Vacek2018-10-091-1/+0
|
* aktualizr: remove example-interface.Patrick Vacek2018-10-091-3/+1
|
* aktualizr: bump to latest.Patrick Vacek2018-10-021-1/+1
| | | | Includes test fixes and async downloads.
* Fixes for oe-selftestfeat/OTA-719/nodeployAnton Gerasimov2018-10-011-4/+2
|
* Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-011-5/+4
| | | | should be provisioned
* Remove aktualizr dep on u-boot-fw-utils in generalLaurent Bonnans2018-09-181-2/+1
| | | | Should only be needed when using the u-boot env rollback feature
* Add support for rollback on Raspberry PiAnton Gerasimov2018-09-181-0/+4
|
* Update `installed_versions` passing to new locationLaurent Bonnans2018-09-181-1/+1
|
* aktualizr: Latest version with fixed libp11 paths.fix/testtoken-openssl-binPatrick Vacek2018-09-171-1/+1
|
* softhsm-testtoken: Update paths for token import.refactor/OTA-900/hsm-prov-path-masterPatrick Vacek2018-09-141-1/+1
| | | | And bump aktualizr recipe
* aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).bugfix/aktualizr-etc-masterPatrick Vacek2018-09-031-1/+1
| | | | Includes fixes for Ubuntu 18.04.
* aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c).Patrick Vacek2018-09-031-1/+1
|
* aktualizr: bump to latest for key rotation and storage updates.bugfix/unknown-signatures-masterPatrick Vacek2018-08-081-1/+1
| | | | | Work around a bug in oe-selftest with migration and aktualizr-info interplay by forcing --allow-migrate for now.
* Bump Aktualizr revision to fix HSM bugPhil Wise2018-08-021-1/+1
|
* aktualizr: bump to latest and accommodate hmi_stub.Patrick Vacek2018-07-261-1/+2
|
* aktualizr: bump to latest for PRO-H#3 sprint.Patrick Vacek2018-07-171-1/+1
|
* aktualizr: bump to latest (72abac76184c84b9a5beb0dfbb103a13b9bfb2ae).Patrick Vacek2018-07-061-1/+1
|
* aktualizr: Get latest for PRO-H#2 sprint.Patrick Vacek2018-07-021-1/+1
|
* Bump Aktualizr versionPhil Wise2018-06-201-1/+1
|
* Compatibility with latest aktualizrPhil Wise2018-06-151-2/+9
| | | | Note that the HsmTests still sometimes fail
* Merge remote-tracking branch 'github/rocko' into ↵Patrick Vacek2018-06-041-0/+1
|\ | | | | | | bugfix/implicit-and-certs-master
| * Get ready for aktualizr-repo toolPhil Wise2018-06-011-0/+1
| |
* | aktualizr: Upgrade to use simplified implicit_writer config.Patrick Vacek2018-06-041-1/+1
| | | | | | | | | | | | | | | | 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/+2
|/ | | | | | | | 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.
* Merge pull request #313 from advancedtelematic/fix/qa-shipped-fileslbonn2018-05-171-1/+1
|\ | | | | Review shipped directories in aktualizr recipes
| * Review shipped directories in aktualizr recipesLaurent Bonnans2018-05-171-1/+1
| | | | | | | | Missing directories in FILES_xx were causing bitbake QA errors on sumo
* | Remove aktualizr-common because schemas are embeddedPhil Wise2018-05-171-10/+2
|/
* aktualizr_git: remove duplicate installsLaurent Bonnans2018-05-161-7/+2
| | | | | If it's in `do_install_append`, no need to also put it in `do_install_append_class-native`
* aktualizr: include default configs as part of host-toolsRicardo Salveti2018-05-111-0/+10
| | | | | | | Provide the default sota configs as part of host-tools so they can be used by aktualizr_cert_provider and aktualizr_implicit_writer. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* Bump Aktualizr version to get P11 fixesPhil Wise2018-05-111-1/+1
|
* Bump aktualizr. Don't build load tests.Patrick Vacek2018-05-081-2/+3
|
* Update aktualizr config to use default locations.Patrick Vacek2018-05-041-4/+6
| | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-031-1/+1
| | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
* Add sqlite3 to aktualizr dependencies.Patrick Vacek2018-05-031-1/+1
| | | | It's worked fine without it, but better to be explicit.
* Bump Aktualizr to get PRO-5211 Report network infoPhil Wise2018-04-231-1/+1
|
* If GARAGE_SIGN_VERSION is not provided, ask the server for a version.Patrick Vacek2018-04-131-1/+3
| | | | | Get the server URL out of the credentials and ask what version the server is using.
* Pass requested garage-sign version to aktualizr.Patrick Vacek2018-04-131-5/+13
| | | | | | | | | | Set GARAGE_SIGN_VERSION in local.conf to request a specific version, e.g.: GARAGE_SIGN_VERSION = "cli-0.3.0-5-g5908997.tgz" If unset, the default (latest version) will be used. Set GARAGE_SIGN_SHA256 in local.conf to specify a hash to check, e.g.: GARAGE_SIGN_SHA256 = "94f5db1accbbbaa279f7ac5a2e618f5448adeafbe32d6cbc90c8604054ab653e" If unset, the sha256 is not computed.
* Assorted minor cleanup and formatting.Patrick Vacek2018-03-291-1/+2
| | | | | | Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275
* Bump aktualizrLaurent Bonnans2018-03-281-1/+1
| | | | Needed to work with the addition of aktualizr-check-discovery
* Add aktualizr-check-discovery to shipped filesLaurent Bonnans2018-03-281-0/+1
|
* Add SOTA client feature to enable secondary networkPhil Wise2018-03-271-1/+2
| | | | Also add a test for the 'primary-image'
* Bump aktualizr version to get socket activation fixesfeat/udp-socket-activationPhil Wise2018-03-261-1/+1
| | | | Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required.