summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add provisioning with CAwip/cacertAnton Gerasimov2018-02-152-4/+68
|
* Merge pull request #251 from advancedtelematic/feat/copy-schemas-in-cmakePatrick Vacek2018-02-061-6/+6
|\ | | | | Remove manual installation of /usr/lib/sota/schemas
| * Remove manual installation of /usr/lib/sota/schemasPhil Wise2018-02-051-6/+6
| | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake)
* | Merge pull request #250 from advancedtelematic/bugfix/rocko-update-ostreecajun-rat2018-02-022-3/+3
|\| | | | | Bugfix/rocko update ostree
| * Add SRCREV_pn-aktualizr to documentation.Patrick Vacek2018-02-021-2/+2
| |
| * Merge remote-tracking branch 'ats/pyro' into bugfix/rocko-update-ostreePatrick Vacek2018-02-021-1/+1
|/|
| * Merge pull request #249 from advancedtelematic/bugfix/PRO-4797/ostree-ca-certBen Luck2018-02-021-1/+1
| |\ | | | | | | Latest aktualizr with ostree ca cert fix.
| | * Latest aktualizr with ostree ca cert fix.Patrick Vacek2018-02-021-1/+1
| |/
| * Merge pull request #247 from advancedtelematic/bugfix/garage-sign-106Ben Luck2018-02-011-1/+2
| |\ | | | | | | Latest aktualizr/garage-sign.
| | * Latest aktualizr/garage-sign.Patrick Vacek2018-02-011-1/+2
| |/
* | Merge pull request #244 from advancedtelematic/feat/pyromergecajun-rat2018-01-313-1/+11
|\ \ | | | | | | Merge pyro into rocko
| * | Merge branch 'pyro' into rockoAnton Gerasimov2018-01-263-1/+11
| |\|
| | * Merge pull request #237 from advancedtelematic/feat/PRJ-330/hsm-not-testBen Luck2018-01-263-4/+4
| | |\ | | | | | | | | Rename all instances of hsm-test and use latest aktualizr.
| | | * Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-253-4/+4
| | |/
| | * Merge pull request #236 from advancedtelematic/bugfix/PRO-4730/firstversionBen Luck2018-01-252-1/+8
| | |\ | | | | | | | | Deploy initial primary version information
| | | * Deploy initial primary version informationAnton Gerasimov2018-01-192-1/+8
| | | |
| | * | Merge pull request #228 from advancedtelematic/feat/PRO-4630/sqliteBen Luck2018-01-251-1/+5
| | |\ \ | | | | | | | | | | Get the newest aktualizr using sqlstorage
| | * \ \ Merge pull request #239 from advancedtelematic/bugfix/ostree-bumpcajun-rat2018-01-231-0/+1
| | |\ \ \ | | | | | | | | | | | | Add PR = "1" to ostree to fix annoying caching problem.
| | | * | | Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-221-0/+1
| | |/ / /
| | * | | Merge pull request #229 from advancedtelematic/bugfix/PRO-4677/startupshBen Luck2018-01-221-0/+3
| | |\ \ \ | | | |_|/ | | |/| | Deploy startup.nsh before composing flashable image
| | | * | Deploy startup.nsh before composing flashable imageAnton Gerasimov2018-01-161-0/+3
| | | | | | | | | | | | | | | | | | | | Additionally don't create extra images to save space and not confuse the user
* | | | | Merge pull request #245 from advancedtelematic/bugfix/rm-sota-tomlPatrick Vacek2018-01-313-7/+9
|\ \ \ \ \ | |/ / / / |/| | | | Bugfix/rm sota toml
| * | | | Minor changes to keep hsm and implicit recipes consistent.Patrick Vacek2018-01-302-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | At present they should be very similar. The only outstanding difference (other than the HSM parts) is whether the root CA is installed.
| * | | | Delete redundant sota.toml in aktualizr recipe.Patrick Vacek2018-01-301-0/+1
|/ / / / | | | | | | | | | | | | It's installed for the Ubuntu case but is not necessary in meta-updater.
* | | | Merge pull request #241 from advancedtelematic/aktualizr-asn1ccajun-rat2018-01-253-1/+62
|\ \ \ \ | | | | | | | | | | Compile aktualizr with asn1c help from yocto
| * | | | 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 #243 from advancedtelematic/test/aktualizr-infoPatrick Vacek2018-01-251-15/+39
|\ \ \ \ \ | | | | | | | | | | | | Add tests for aktualizr-info
| * | | | | Add tests for aktualizr-infoPhil Wise2018-01-251-15/+39
|/ / / / /
* | | | | Merge pull request #242 from advancedtelematic/feat/merge-sqlitecajun-rat2018-01-251-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | Feat/merge sqlite
| * | | | Merge remote-tracking branch 'ats/feat/PRO-4630/sqlite' into rockoPhil Wise2018-01-251-0/+4
|/| | | | | | |_|/ | |/| |
| * | | 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
| | | |
* | | | Merge pull request #240 from leon-anavi/PRO-4727Patrick Vacek2018-01-249-328/+0
|\ \ \ \ | | | | | | | | | | Drop rvi-sota-client and remove meta-rust dependency
| * | | | Drop rvi-sota-client and remove meta-rust dependencyLeon Anavi2018-01-229-328/+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 pull request #238 from advancedtelematic/feat/PRJ-330/hsm-not-test-rockocajun-rat2018-01-233-14/+14
|\ \ \ \ \ | |/ / / / |/| | | | Feat/prj 330/hsm not test rocko
| * | | | Merge remote-tracking branch 'github/feat/PRJ-330/hsm-not-test' into ↵Patrick Vacek2018-01-223-14/+14
|/| | | | | | | | | | | | | | | | | | | feat/PRJ-330/hsm-not-test-rocko
| * | | | Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-223-4/+4
| | |/ / | |/| |
| * | | Merge pull request #231 from ↵Jon Oster2018-01-181-10/+10
| |\ \ \ | | |/ / | |/| | | | | | | | | | advancedtelematic/bugfix/PRO-4645-update-ostree-httpd-info PRO-4645 Update OSTree httpd instructions
| | * | PRO-4645 Update OSTree httpd instructionsJon Oster2018-01-181-10/+10
| |/ /
* | | Merge pull request #235 from advancedtelematic/bugfix/rockop11Patrick Vacek2018-01-192-1/+44
|\ \ \ | | | | | | | | Add EVP_PKEY_meth_get* replacement functions to use with OpenSSL 1.0.…
| * | | Add EVP_PKEY_meth_get* replacement functions to use with OpenSSL 1.0.2m as wellAnton Gerasimov2018-01-192-1/+44
| | | | | | | | | | | | | | | | | | | | I couldn't find the reason why these functions are not present in libopenssl.so, but apparently it doesn't affect 1.0.2k
* | | | Merge pull request #234 from advancedtelematic/doc/PRO-4337/build-problemscajun-rat2018-01-192-1/+12
|\ \ \ \ | | | | | | | | | | Add a brief doc section for common build problems.
| * | | | Add a brief doc section for common build problems.Patrick Vacek2018-01-192-1/+12
|/ / / / | | | | | | | | | | | | Also add a helpful hint for the oe-selftest grub problem.
* | | | Merge pull request #232 from advancedtelematic/bugfix/PRO-4685/ubootversioncajun-rat2018-01-191-1/+1
|\ \ \ \ | |/ / / |/| | | Use u-boot version with patches for newer QEMU
| * | | Use u-boot version with patches for newer QEMUAnton Gerasimov2018-01-181-1/+1
| | | |
* | | | Merge pull request #233 from ↵cajun-rat2018-01-192-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | advancedtelematic/bugfix/PRO-4252/rocko-selftest-fixes Fix some basic oe-selftest errors.
| * | | | More general exception handler for `kvm-ok`Laurent Bonnans2018-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | If the program is not in PATH, `FileNotFoundError` is raised
| * | | | Fix some basic oe-selftest errors.Patrick Vacek2018-01-182-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Grub, HSM, and qemu hostname tests still fail for reasons I haven't figured out yet.
* | | | | Merge pull request #226 from leon-anavi/PRJ-317cajun-rat2018-01-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi