summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* Backport GARAGE_SIGN_VERSION variable from rockoAnton Gerasimov2018-04-231-1/+4
|
* Bump Aktualizr to get PRO-5211 Report network infoLaurent Bonnans2018-04-231-3/+3
|
* Bump aktualizr and fix related minor issues.Patrick Vacek2018-04-121-2/+4
| | | | For now, ignore the aktualizr secondaries.
* Assorted minor cleanup and formatting.Patrick Vacek2018-04-121-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 Partial cherry-pick of 71c528ab616a707f4125727c8c5a4e4da5a36c94 from rocko.
* Remove aktualizr's jansson dependenciesLaurent Bonnans2018-04-121-1/+1
| | | | | | This was needed for GENIVI support, which got dropped recently Cherry-pick of c9c54186bb714fb5952705a95ca72a39228b9353 from rocko.
* Add asn1c dependency for aktualizrLaurent Bonnans2018-04-121-1/+1
| | | | Cherry-pick of 45bd8d6995119b84d9622dd8ce3d1fedfa2ed0ef from rocko.
* Pull new aktualizr with fixed fd leakAnton Gerasimov2018-02-261-1/+1
|
* Bump aktualizr to fix a CMAKE_BUILD_TYPE bug.Patrick Vacek2018-02-201-1/+1
|
* Test provisioning with HSM.Patrick Vacek2018-02-201-1/+1
|
* Test that implicit_writer and cert_provider work.Patrick Vacek2018-02-201-1/+2
| | | | | | | | This required setting the LD_LIBRARY_PATH to get some dependencies that are liable to conflict with the host's normal installation. I adapted that for the sota_tools tests as well for good measure. Also, we now actually install cert_provider in the native build.
* No longer require engine-pkcs11.Patrick Vacek2018-02-141-2/+1
| | | | | | It was merged into the libp11 package. Bump aktualizr to use the correct default path (and fix some various OSTree issues). Add opensc as it was previously a transitive dependency.
* Bump aktualizr and fix some installation complaints.Patrick Vacek2018-02-091-1/+2
|
* Remove manual installation of /usr/lib/sota/schemasPhil Wise2018-02-061-6/+6
| | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake)
* Latest aktualizr with ostree ca cert fix.Patrick Vacek2018-02-021-1/+1
|
* Latest aktualizr/garage-sign.Patrick Vacek2018-02-011-1/+2
|
* Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-251-2/+2
|
* Bump aktualizr version to get misconfigured ecu fix.Patrick Vacek2018-01-181-1/+1
|
* Get the newest aktualizr using sqlstorageAnton Gerasimov2018-01-161-1/+5
|
* 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-081-2/+18
|
* 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
* 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
|
* Consistent indents.Patrick Vacek2017-12-071-0/+2
| | | | OE standard is apparently four spaces.
* Deploy OSTree image without a branch nameAnton Gerasimov2017-12-071-1/+1
|
* Use *.toml files provided in aktualizr github repoAnton Gerasimov2017-12-041-1/+6
| | | | 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
* 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-161-1/+0
|\ | | | | Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakes
| * Delete hsm-test SOTA_CLIENT_FEATURE as redundant and provoking mistakesAnton Gerasimov2017-11-161-1/+0
| | | | | | | | | | 'SOTA_CLIENT_PROV = "aktualizr-hsm-test-prov"' should set in local.conf in order to build with softhsm
* | Basic garage-deploy test.Patrick Vacek2017-11-131-0/+1
| |
* | Add UPTANE key generation capabilityAnton Gerasimov2017-11-101-2/+1
|/
* Remerge aktualizr recipes.Patrick Vacek2017-10-271-10/+40
| | | | | | | | | | | I found the trick to allow specifiying target vs native variables and tasks. It's a bit wordy but better than having three separate files for the aktualizr recipe. Oddly and annoyingly, while only "aktualizr" must be specified in sota_bleeding.inc, both "BRANCH_pn-aktualizr" and "BRANCH_pn-aktualizr-native" must be specified in local.conf to correctly use a given branch.
* Clean up recipes according to Yocto recommendations.Patrick Vacek2017-10-251-3/+3
| | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable.
* Fix harmless error from not installing garage_deploy.Patrick Vacek2017-10-161-0/+1
|
* Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-161-1/+1
|
* Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-291-20/+9
| | | | | | | | 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-131-1/+1
|\ \ | |/ |/| Remove useless/obsolete --disable-keyid-validation option.
| * Remove useless/obsolete --disable-keyid-validation option.Patrick Vacek2017-08-311-1/+1
| |
* | 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.