summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | sota_raspberrypi.bbclass: Enable U-Boot for Raspberry PiLeon Anavi2018-01-111-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-rockocajun-rat2018-01-1829-250/+285
|\ \ | |/ |/| Bugfix/update rocko
| * Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-181-0/+1
| |
| * oe-selftest fixes for rocko.Patrick Vacek2018-01-183-9/+11
| |
| * Merge branch 'pyro' into bugfix/update-rockoPatrick Vacek2018-01-1727-243/+275
|/| | | | | | | Bring over fixes from the last couple months from pyro in rocko.
| * Merge pull request #227 from advancedtelematic/bugfix/PRO-4670/bumpostreePatrick Vacek2018-01-122-29/+2
| |\ | | | | | | Bump OSTree version
| | * Bump OSTree versionAnton Gerasimov2018-01-112-29/+2
| |/ | | | | | | Patched merged into upstream removed, Minnowboard boot failure fixed
| * Merge pull request #225 from advancedtelematic/bugfix/garagesign84cajun-rat2018-01-101-1/+1
| |\ | | | | | | Bump aktualizr version to get fixed garage-sign
| | * Bump aktualizr version to get fixed garage-signAnton Gerasimov2018-01-101-1/+1
| | |
| * | Merge pull request #224 from advancedtelematic/bugfix/tufreponamecajun-rat2018-01-101-5/+5
| |\ \ | | |/ | |/| Fix --repo parameter for garage-sign
| | * Fix --repo parameter for garage-signAnton Gerasimov2018-01-101-5/+5
| |/
| * Merge pull request #217 from advancedtelematic/feat/isotpseccajun-rat2018-01-097-28/+66
| |\ | | | | | | Add support of ISO/TP legacy secondaries and serial CAN
| | * Support for BUILD_ISOTP cmake variableAnton Gerasimov2018-01-081-1/+1
| | |
| | * Add support of ISO/TP legacy secondaries and serial CANAnton Gerasimov2018-01-087-27/+65
| |/
| * Merge pull request #222 from advancedtelematic/feat/nolibsoupfeat/nolibsoupOYTIS2018-01-084-14/+30
| |\ | | | | | | Delete dependency on libsoup
| | * Delete dependency on libsoupAnton Gerasimov2018-01-084-14/+30
| |/ | | | | | | It makes supporting different platforms somewhat easier
| * Merge pull request #219 from ↵Patrick Vacek2018-01-042-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 Vacek2018-01-042-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-branchnamePatrick Vacek2018-01-041-1/+0
| |\ \ | | |/ | |/| Remove OSTREE_BRANCHNAME mention in README
| | * Remove OSTREE_BRANCHNAME mention in READMELaurent Bonnans2018-01-041-1/+0
| |/ | | | | | | Not relevant to the user, as per PRO-4483
| * Merge pull request #213 from advancedtelematic/doc/PRO-4532/secondaries-etccajun-rat2018-01-022-9/+13
| |\ | | | | | | Update documentation, specifically about variables to support secondaries
| | * Update documentation, specifically about variables to support secondaries.Patrick Vacek2017-12-152-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-licensecajun-rat2018-01-021-0/+17
| |\ \ | | | | | | | | Add MIT license to recipe metadata
| | * | Add MIT license to recipe metadataPhil Wise2017-12-151-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.
| * | Merge pull request #212 from advancedtelematic/bugfix/PRJ-286/spekulatiusOYTIS2017-12-207-59/+13
| |\ \ | | |/ | |/| Fixes for Spekulatius
| | * Fixes for SpekulatiusAnton Gerasimov2017-12-207-59/+13
| |/ | | | | | | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr
| * Merge pull request #209 from advancedtelematic/bugfix/garage-sign-0.2.0-57Patrick Vacek2017-12-131-3/+3
| |\ | | | | | | Bump to latest garage-sign.
| | * Bump to latest garage-sign.Patrick Vacek2017-12-131-3/+3
| | |
| * | Merge pull request #204 from advancedtelematic/bugfix/example-interfacePatrick Vacek2017-12-131-1/+4
| |\ \ | | | | | | | | Properly install example-interface on target and remove it on host.
| | * | 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
| | |/
| * | Merge pull request #211 from advancedtelematic/bugfix/implicit-without-credsPatrick Vacek2017-12-131-2/+4
| |\ \ | | | | | | | | Don't run implicit_writer if SOTA_PACKED_CREDENTIALS is not set.
| | * | 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.
| * | Merge pull request #210 from advancedtelematic/bugfix/no-creds-expansionPatrick Vacek2017-12-131-1/+1
| |\ \ | | |/ | |/| Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.
| | * Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.Patrick Vacek2017-12-131-1/+1
| |/ | | | | | | | | Reported by Stevan, traced to the problem by me, actually fixed by Anton.
| * Merge pull request #208 from advancedtelematic/bugfix/PRO-4524/credentialscajun-rat2017-12-124-0/+4
| |\ | | | | | | Rerun provisioning recipes when credentials have changed
| | * Rerun provisioning recipes when credentials have changedAnton Gerasimov2017-12-114-0/+4
| |/ | | | | | | Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
| * Merge pull request #205 from advancedtelematic/bugfix/indentPatrick Vacek2017-12-084-8/+16
| |\ | | | | | | Consistent indents.
| | * Consistent indents.Patrick Vacek2017-12-074-8/+16
| |/ | | | | | | OE standard is apparently four spaces.
| * Merge pull request #200 from advancedtelematic/bugfix/cleanupOYTIS2017-12-076-16/+15
| |\ | | | | | | Minor fixes and cleanup.