Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #241 from advancedtelematic/aktualizr-asn1c | cajun-rat | 2018-01-25 | 3 | -1/+62 |
|\ | | | | | Compile aktualizr with asn1c help from yocto | ||||
| * | Patch asn1c skeletons file discovery | Laurent Bonnans | 2018-01-25 | 2 | -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 aktualizr | Laurent Bonnans | 2018-01-25 | 2 | -1/+17 |
| | | |||||
* | | Merge pull request #243 from advancedtelematic/test/aktualizr-info | Patrick Vacek | 2018-01-25 | 1 | -15/+39 |
|\ \ | | | | | | | Add tests for aktualizr-info | ||||
| * | | Add tests for aktualizr-info | Phil Wise | 2018-01-25 | 1 | -15/+39 |
|/ / | |||||
* | | Merge pull request #242 from advancedtelematic/feat/merge-sqlite | cajun-rat | 2018-01-25 | 1 | -0/+4 |
|\ \ | |/ |/| | Feat/merge sqlite | ||||
| * | Merge remote-tracking branch 'ats/feat/PRO-4630/sqlite' into rocko | Phil Wise | 2018-01-25 | 1 | -0/+4 |
|/| | |||||
| * | Bump aktualizr version to get misconfigured ecu fix. | Patrick Vacek | 2018-01-18 | 1 | -1/+1 |
| | | |||||
| * | Get the newest aktualizr using sqlstorage | Anton Gerasimov | 2018-01-16 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #240 from leon-anavi/PRO-4727 | Patrick Vacek | 2018-01-24 | 9 | -328/+0 |
|\ \ | | | | | | | Drop rvi-sota-client and remove meta-rust dependency | ||||
| * | | Drop rvi-sota-client and remove meta-rust dependency | Leon Anavi | 2018-01-22 | 9 | -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-rocko | cajun-rat | 2018-01-23 | 3 | -14/+14 |
|\ \ \ | |/ / |/| | | Feat/prj 330/hsm not test rocko | ||||
| * | | Merge remote-tracking branch 'github/feat/PRJ-330/hsm-not-test' into ↵ | Patrick Vacek | 2018-01-22 | 3 | -14/+14 |
|/| | | | | | | | | | | | feat/PRJ-330/hsm-not-test-rocko | ||||
| * | | Rename all instances of hsm-test and use latest aktualizr. | Patrick Vacek | 2018-01-22 | 3 | -4/+4 |
| | | | |||||
| * | | Merge pull request #231 from ↵ | Jon Oster | 2018-01-18 | 1 | -10/+10 |
| |\ \ | | |/ | |/| | | | | | | | advancedtelematic/bugfix/PRO-4645-update-ostree-httpd-info PRO-4645 Update OSTree httpd instructions | ||||
| | * | PRO-4645 Update OSTree httpd instructions | Jon Oster | 2018-01-18 | 1 | -10/+10 |
| |/ | |||||
* | | Merge pull request #235 from advancedtelematic/bugfix/rockop11 | Patrick Vacek | 2018-01-19 | 2 | -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 well | Anton Gerasimov | 2018-01-19 | 2 | -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-problems | cajun-rat | 2018-01-19 | 2 | -1/+12 |
|\ \ \ | | | | | | | | | Add a brief doc section for common build problems. | ||||
| * | | | Add a brief doc section for common build problems. | Patrick Vacek | 2018-01-19 | 2 | -1/+12 |
|/ / / | | | | | | | | | | Also add a helpful hint for the oe-selftest grub problem. | ||||
* | | | Merge pull request #232 from advancedtelematic/bugfix/PRO-4685/ubootversion | cajun-rat | 2018-01-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Use u-boot version with patches for newer QEMU | ||||
| * | | Use u-boot version with patches for newer QEMU | Anton Gerasimov | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #233 from ↵ | cajun-rat | 2018-01-19 | 2 | -3/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | advancedtelematic/bugfix/PRO-4252/rocko-selftest-fixes Fix some basic oe-selftest errors. | ||||
| * | | | More general exception handler for `kvm-ok` | Laurent Bonnans | 2018-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | If the program is not in PATH, `FileNotFoundError` is raised | ||||
| * | | | Fix some basic oe-selftest errors. | Patrick Vacek | 2018-01-18 | 2 | -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-317 | cajun-rat | 2018-01-19 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi | ||||
| * | | | sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi | Leon Anavi | 2018-01-11 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | Enable U-Boot for Raspberry Pi using the new setting from Yocto/OE layer meta-raspberrypi RPI_USE_U_BOOT. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||||
* | | | Merge pull request #230 from advancedtelematic/bugfix/update-rocko | cajun-rat | 2018-01-18 | 29 | -250/+285 |
|\ \ \ | |/ / |/| | | Bugfix/update rocko | ||||
| * | | Add PR = "1" to ostree to fix annoying caching problem. | Patrick Vacek | 2018-01-18 | 1 | -0/+1 |
| | | | |||||
| * | | oe-selftest fixes for rocko. | Patrick Vacek | 2018-01-18 | 3 | -9/+11 |
| | | | |||||
| * | | Merge branch 'pyro' into bugfix/update-rocko | Patrick Vacek | 2018-01-17 | 27 | -243/+275 |
|/| | | |/ | | | | | Bring over fixes from the last couple months from pyro in rocko. | ||||
| * | Merge pull request #227 from advancedtelematic/bugfix/PRO-4670/bumpostree | Patrick Vacek | 2018-01-12 | 2 | -29/+2 |
| |\ | | | | | | | Bump OSTree version | ||||
| | * | Bump OSTree version | Anton Gerasimov | 2018-01-11 | 2 | -29/+2 |
| |/ | | | | | | | Patched merged into upstream removed, Minnowboard boot failure fixed | ||||
| * | Merge pull request #225 from advancedtelematic/bugfix/garagesign84 | cajun-rat | 2018-01-10 | 1 | -1/+1 |
| |\ | | | | | | | Bump aktualizr version to get fixed garage-sign | ||||
| | * | Bump aktualizr version to get fixed garage-sign | Anton Gerasimov | 2018-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #224 from advancedtelematic/bugfix/tufreponame | cajun-rat | 2018-01-10 | 1 | -5/+5 |
| |\ \ | | |/ | |/| | Fix --repo parameter for garage-sign | ||||
| | * | Fix --repo parameter for garage-sign | Anton Gerasimov | 2018-01-10 | 1 | -5/+5 |
| |/ | |||||
| * | Merge pull request #217 from advancedtelematic/feat/isotpsec | cajun-rat | 2018-01-09 | 7 | -28/+66 |
| |\ | | | | | | | Add support of ISO/TP legacy secondaries and serial CAN | ||||
| | * | Support for BUILD_ISOTP cmake variable | Anton Gerasimov | 2018-01-08 | 1 | -1/+1 |
| | | | |||||
| | * | Add support of ISO/TP legacy secondaries and serial CAN | Anton Gerasimov | 2018-01-08 | 7 | -27/+65 |
| |/ | |||||
| * | Merge pull request #222 from advancedtelematic/feat/nolibsoupfeat/nolibsoup | OYTIS | 2018-01-08 | 4 | -14/+30 |
| |\ | | | | | | | Delete dependency on libsoup | ||||
| | * | Delete dependency on libsoup | Anton Gerasimov | 2018-01-08 | 4 | -14/+30 |
| |/ | | | | | | | It makes supporting different platforms somewhat easier | ||||
| * | Merge pull request #219 from ↵ | Patrick Vacek | 2018-01-04 | 2 | -2/+2 |
| |\ | | | | | | | | | | | | | advancedtelematic/feat/PRO-4630/implicit-writer-server-pem Bump aktualizr to get open source server CA fix. | ||||
| | * | Bump aktualizr to get open source server CA fix. | Patrick Vacek | 2018-01-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #218 from advancedtelematic/doc/dont-mess-ostree-branchname | Patrick Vacek | 2018-01-04 | 1 | -1/+0 |
| |\ \ | | |/ | |/| | Remove OSTREE_BRANCHNAME mention in README | ||||
| | * | Remove OSTREE_BRANCHNAME mention in README | Laurent Bonnans | 2018-01-04 | 1 | -1/+0 |
| |/ | | | | | | | Not relevant to the user, as per PRO-4483 | ||||
| * | Merge pull request #213 from advancedtelematic/doc/PRO-4532/secondaries-etc | cajun-rat | 2018-01-02 | 2 | -9/+13 |
| |\ | | | | | | | Update documentation, specifically about variables to support secondaries | ||||
| | * | Update documentation, specifically about variables to support secondaries. | Patrick Vacek | 2017-12-15 | 2 | -9/+13 |
| | | | | | | | | | | | | | | | Also add a missing mkdir so that SOTA_SECONDARY_ECUS actually works. We can improve this in the future but for now it works and I'm using it. | ||||
| * | | Merge pull request #214 from advancedtelematic/feat/PRO-4491/explicit-license | cajun-rat | 2018-01-02 | 1 | -0/+17 |
| |\ \ | | | | | | | | | Add MIT license to recipe metadata | ||||
| | * | | Add MIT license to recipe metadata | Phil Wise | 2017-12-15 | 1 | -0/+17 |
| | |/ | | | | | | | | | | | | | | | | Many other Yocto layers are alse under the MIT license, so this matches what people will likely expect. For example meta-rust, meta-ti, meta-raspberrypi are all MIT licensed. |