Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Merge pull request #212 from advancedtelematic/bugfix/PRJ-286/spekulatius | OYTIS | 2017-12-20 | 7 | -59/+13 |
|\ \ | |/ |/| | Fixes for Spekulatius | ||||
| * | Fixes for Spekulatius | Anton Gerasimov | 2017-12-20 | 7 | -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-57 | Patrick Vacek | 2017-12-13 | 1 | -3/+3 |
|\ | | | | | Bump to latest garage-sign. | ||||
| * | Bump to latest garage-sign. | Patrick Vacek | 2017-12-13 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #204 from advancedtelematic/bugfix/example-interface | Patrick Vacek | 2017-12-13 | 1 | -1/+4 |
|\ \ | | | | | | | Properly install example-interface on target and remove it on host. | ||||
| * | | Only install example-interface if explicitly asked for. | Patrick Vacek | 2017-12-12 | 1 | -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 Vacek | 2017-12-12 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #211 from advancedtelematic/bugfix/implicit-without-creds | Patrick Vacek | 2017-12-13 | 1 | -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 Vacek | 2017-12-13 | 1 | -2/+4 |
|/ / | | | | | | | | | This basically cripples implicit provisioning but at least it bitbakes without error. | ||||
* | | Merge pull request #210 from advancedtelematic/bugfix/no-creds-expansion | Patrick Vacek | 2017-12-13 | 1 | -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 Vacek | 2017-12-13 | 1 | -1/+1 |
|/ | | | | | Reported by Stevan, traced to the problem by me, actually fixed by Anton. | ||||
* | Merge pull request #208 from advancedtelematic/bugfix/PRO-4524/credentials | cajun-rat | 2017-12-12 | 4 | -0/+4 |
|\ | | | | | Rerun provisioning recipes when credentials have changed | ||||
| * | Rerun provisioning recipes when credentials have changed | Anton Gerasimov | 2017-12-11 | 4 | -0/+4 |
|/ | | | | Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> | ||||
* | Merge pull request #205 from advancedtelematic/bugfix/indent | Patrick Vacek | 2017-12-08 | 4 | -8/+16 |
|\ | | | | | Consistent indents. | ||||
| * | Consistent indents. | Patrick Vacek | 2017-12-07 | 4 | -8/+16 |
|/ | | | | OE standard is apparently four spaces. | ||||
* | Merge pull request #200 from advancedtelematic/bugfix/cleanup | OYTIS | 2017-12-07 | 6 | -16/+15 |
|\ | | | | | Minor fixes and cleanup. | ||||
| * | Minor fixes and cleanup. | Patrick Vacek | 2017-12-07 | 6 | -16/+15 |
| | | | | | | | | | | | | * hsm-test is no longer used. * Use Yocto variables where suitable. * Eliminate redundant directory slashes. | ||||
* | | Merge pull request #203 from advancedtelematic/bugfix/PRO-4439/ostreebranchname | OYTIS | 2017-12-07 | 2 | -3/+5 |
|\ \ | |/ |/| | Deploy OSTree image without a branch name | ||||
| * | Deploy OSTree image without a branch name | Anton Gerasimov | 2017-12-07 | 2 | -3/+5 |
|/ | |||||
* | Merge pull request #202 from advancedtelematic/bugfix/install-var-sota | Jochen Schneider | 2017-12-06 | 1 | -6/+4 |
|\ | | | | | Install /var/sota. | ||||
| * | Install /var/sota. | Patrick Vacek | 2017-12-06 | 1 | -6/+4 |
|/ | | | | | If not using SOTA_PROVISIONING_CREDENTIALS, nothing is written to /var/sota but it is still created. Quick fix: install it. | ||||
* | Merge pull request #201 from advancedtelematic/bugfix/garagesign-0.2.0-48 | Patrick Vacek | 2017-12-06 | 1 | -3/+3 |
|\ | | | | | Bump garage-sign | ||||
| * | Bump garage-sign | Anton Gerasimov | 2017-12-06 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #199 from advancedtelematic/bugfix/usrlibsota | OYTIS | 2017-12-05 | 1 | -3/+3 |
|\ | | | | | Always create /usr/lib/sota in autoprov recipe | ||||
| * | Always create /usr/lib/sota in autoprov recipe | Anton Gerasimov | 2017-12-05 | 1 | -3/+3 |
|/ | | | | The directory is required by environment.inc | ||||
* | Merge pull request #196 from advancedtelematic/feat/PRO-3751/legacyinterface | cajun-rat | 2017-12-05 | 5 | -2/+26 |
|\ | | | | | Provide user interface to add legacy secondary bridge | ||||
| * | Fix erroneous do_install_append that should just be do_install. | Patrick Vacek | 2017-12-05 | 1 | -1/+1 |
| | | |||||
| * | Add support for virtual secondaries | Anton Gerasimov | 2017-12-04 | 1 | -1/+8 |
| | | |||||
| * | Provide user interface to add legacy secondary bridge | Anton Gerasimov | 2017-12-04 | 5 | -1/+18 |
| | | |||||
* | | Merge pull request #198 from advancedtelematic/bugfix/garage-version | cajun-rat | 2017-12-05 | 1 | -1/+1 |
|\ \ | | | | | | | Fix garage-sign targets add. | ||||
| * | | Fix garage-sign targets add. | Patrick Vacek | 2017-12-05 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #192 from advancedtelematic/refactor/sotatoml | cajun-rat | 2017-12-04 | 7 | -51/+10 |
|\ \ | |/ |/| | Use *.toml files provided in aktualizr github repo | ||||
| * | Use *.toml files provided in aktualizr github repo | Anton Gerasimov | 2017-12-04 | 7 | -51/+10 |
|/ | | | | This enables backwards incompatible changes to configuration format | ||||
* | Merge pull request #195 from advancedtelematic/bugfix/aktualizeoecmake | Jochen Schneider | 2017-12-01 | 1 | -2/+2 |
|\ | | | | | Add spaces before "_append" clauses | ||||
| * | Add spaces before "_append" clauses | Anton Gerasimov | 2017-12-01 | 1 | -2/+2 |
|/ | | | | Under some conditions missing space can lead to a corrupted environment variable | ||||
* | Merge pull request #194 from advancedtelematic/feat/tidy | Patrick Vacek | 2017-12-01 | 1 | -6/+5 |
|\ | | | | | Add a hint when machine autodetection fails | ||||
| * | Add a hint when machine autodetection fails | Phil Wise | 2017-12-01 | 1 | -6/+5 |
|/ | | | | Also fix a pylint warning about indentation | ||||
* | Merge pull request #193 from advancedtelematic/bugfix/service | cajun-rat | 2017-11-30 | 5 | -21/+7 |
|\ | | | | | Remove aktualizr-manual-provision.service | ||||
| * | Remove aktualizr-manual-provision.service | Anton Gerasimov | 2017-11-30 | 5 | -21/+7 |
|/ | | | | We don't support this scenario any more and it makes testing more complicated. | ||||
* | Merge pull request #190 from advancedtelematic/fix/repo-manifest | cajun-rat | 2017-11-30 | 1 | -2/+2 |
|\ | | | | | Fix builds outside the .repo directory | ||||
| * | Fix builds outside the .repo directory | Phil Wise | 2017-11-28 | 1 | -2/+2 |
| | | | | | | | | | | The repo tool searches up the directory tree to find the .repo directory. Cleanly handle the case where it can't find anything. |