Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Add sqlite3 to aktualizr dependencies. | Patrick Vacek | 2018-05-03 | 1 | -1/+1 | |
| |/ | | | | | | | It's worked fine without it, but better to be explicit. | |||||
| * | Merge pull request #305 from advancedtelematic/fix/var-sota-perms | Patrick Vacek | 2018-04-30 | 2 | -6/+10 | |
| |\ | | | | | | | Fix /var/sota perms | |||||
| | * | Add missing delay in loop. | Phil Wise | 2018-04-30 | 1 | -6/+8 | |
| | | | ||||||
| | * | Fix permissions of /var/sota in image_types_ota | Phil Wise | 2018-04-27 | 1 | -0/+2 | |
| |/ | | | | | | | We should also do this in the recipes | |||||
| * | Merge pull request #302 from advancedtelematic/feat/pro-5211-rocko | Ben Luck | 2018-04-24 | 1 | -1/+1 | |
| |\ | | | | | | | Bump Aktualizr to get PRO-5211 Report network info | |||||
| | * | Bump Aktualizr to get PRO-5211 Report network info | Phil Wise | 2018-04-23 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #297 from advancedtelematic/bugfix/decode | lbonn | 2018-04-13 | 1 | -1/+1 | |
| |\ | | | | | | | Decode bytes. | |||||
| | * | Decode bytes. | Patrick Vacek | 2018-04-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #291 from advancedtelematic/feat/garage-sign-auto-version | cajun-rat | 2018-04-13 | 2 | -6/+39 | |
| |\ | | | | | | | Feat/garage sign auto version | |||||
| | * | If GARAGE_SIGN_VERSION is not provided, ask the server for a version. | Patrick Vacek | 2018-04-13 | 2 | -1/+26 | |
| | | | | | | | | | | | | | | | Get the server URL out of the credentials and ask what version the server is using. | |||||
| | * | Pass requested garage-sign version to aktualizr. | Patrick Vacek | 2018-04-13 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set GARAGE_SIGN_VERSION in local.conf to request a specific version, e.g.: GARAGE_SIGN_VERSION = "cli-0.3.0-5-g5908997.tgz" If unset, the default (latest version) will be used. Set GARAGE_SIGN_SHA256 in local.conf to specify a hash to check, e.g.: GARAGE_SIGN_SHA256 = "94f5db1accbbbaa279f7ac5a2e618f5448adeafbe32d6cbc90c8604054ab653e" If unset, the sha256 is not computed. | |||||
| * | | Merge pull request #289 from advancedtelematic/docs/reorg-and-toc | cajun-rat | 2018-04-13 | 2 | -13/+26 | |
| |\ \ | | |/ | |/| | Move dev settings to main README. Add table of contents. | |||||
| | * | Move dev settings to main README. Add table of contents. | Patrick Vacek | 2018-04-03 | 2 | -13/+26 | |
| | | | ||||||
| * | | Merge pull request #290 from advancedtelematic/fix/linux-new-kernel | Patrick Vacek | 2018-04-09 | 1 | -3/+0 | |
| |\ \ | | |/ | |/| | Stop forcing Linux 4.4 on qemux86-64 | |||||
| | * | Stop forcing Linux 4.4 on qemux86-64 | Laurent Bonnans | 2018-04-06 | 1 | -3/+0 | |
| | | | | | | | | | | | | The mentioned issue doesn't seem to exist anymore | |||||
* | | | Merge pull request #300 from rsalveti/installed_versions | cajun-rat | 2018-04-23 | 1 | -1/+5 | |
|\ \ \ | | | | | | | | | Check for custom target version for installed_versions | |||||
| * | | | Check for custom target version for installed_versions | Ricardo Salveti | 2018-04-18 | 1 | -1/+5 | |
|/ / / | | | | | | | | | | | | | | | | | | | Make sure to use the custom target version when creating installed_versions if defined by the user. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | Merge pull request #298 from rsalveti/sumo | cajun-rat | 2018-04-18 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | layer.conf: add LAYERSERIES_COMPAT markup | |||||
| * | | | layer.conf: add LAYERSERIES_COMPAT markup | Ricardo Salveti | 2018-04-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | | Merge pull request #299 from rsalveti/python | cajun-rat | 2018-04-18 | 1 | -2/+1 | |
|\ \ \ \ | |/ / / |/| | | | ostree: remove python from rdepends | |||||
| * | | | ostree: remove python from rdepends | Ricardo Salveti | 2018-04-18 | 1 | -2/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | Python is not needed by ostree itself (no script or utility using python), so remove it from the rdepends list. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | Merge pull request #287 from rsalveti/extras | Patrick Vacek | 2018-04-12 | 1 | -7/+10 | |
|\ \ \ | | | | | | | | | aktualizr: include default configs as part of host-tools | |||||
| * | | | aktualizr: include default configs as part of host-tools | Ricardo Salveti | 2018-04-03 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide the default sota configs as part of host-tools so they can be used by aktualizr_cert_provider and aktualizr_implicit_writer. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | | Merge pull request #292 from rsalveti/garage-tag | Patrick Vacek | 2018-04-12 | 2 | -2/+10 | |
|\ \ \ \ | | | | | | | | | | | Add support for custom garage target version and url | |||||
| * | | | | Add support for custom garage target version and url | Ricardo Salveti | 2018-04-11 | 2 | -2/+10 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Both values can be defined by the user, allowing a custom version id and URL, which is specially useful for CI builds. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | | Merge pull request #286 from rsalveti/repo_rm | Patrick Vacek | 2018-04-05 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push | |||||
| * | | | | image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push | Ricardo Salveti | 2018-04-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid exposing the sign repo after the build is completed. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | | | Merge pull request #285 from rsalveti/sota_rpi | Patrick Vacek | 2018-04-04 | 1 | -2/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | sota.bbclass: use common rpi override for raspberrypi | |||||
| * | | | | sota.bbclass: use common rpi override for raspberrypi | Ricardo Salveti | 2018-03-29 | 1 | -2/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | sota_raspberrypi can handle the rpi differences if required. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
* | | | | Merge pull request #284 from rsalveti/rocko-merge | Patrick Vacek | 2018-04-03 | 23 | -128/+846 | |
|\ \ \ \ | |/ / / |/| | | | Merge latest rocko updates into master | |||||
| * | | | Merge remote-tracking branch 'origin/rocko' into rocko-merge | Ricardo Salveti | 2018-03-29 | 23 | -128/+846 | |
|/| | | | |/ / | | | | | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | |||||
| * | | Merge pull request #283 from advancedtelematic/refactor/cleanup | Patrick Vacek | 2018-03-29 | 6 | -8/+27 | |
| |\ \ | | |/ | |/| | Assorted minor cleanup and formatting. | |||||
| | * | Assorted minor cleanup and formatting. | Patrick Vacek | 2018-03-29 | 6 | -8/+27 | |
| |/ | | | | | | | | | | | 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 | |||||
| * | Merge pull request #281 from advancedtelematic/fix/bump-aktualizr | Patrick Vacek | 2018-03-28 | 1 | -1/+1 | |
| |\ | | | | | | | Bump aktualizr | |||||
| | * | Bump aktualizr | Laurent Bonnans | 2018-03-28 | 1 | -1/+1 | |
| |/ | | | | | | | Needed to work with the addition of aktualizr-check-discovery | |||||
| * | Merge pull request #280 from advancedtelematic/bugfix/aktualizr-check-discovery | Patrick Vacek | 2018-03-28 | 1 | -0/+1 | |
| |\ | | | | | | | Add aktualizr-check-discovery to shipped files | |||||
| | * | Add aktualizr-check-discovery to shipped files | Laurent Bonnans | 2018-03-28 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #279 from advancedtelematic/feat/secondary | cajun-rat | 2018-03-28 | 7 | -4/+60 | |
| |\ | | | | | | | Improve Secondary support | |||||
| | * | Restrict secondary network to localhost | Phil Wise | 2018-03-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add SOTA client feature to enable secondary network | Phil Wise | 2018-03-27 | 6 | -3/+59 | |
| |/ | | | | | | | Also add a test for the 'primary-image' | |||||
| * | Merge pull request #278 from advancedtelematic/feat/udp-socket-activation | lbonn | 2018-03-26 | 3 | -3/+4 | |
| |\ | | | | | | | UDP Socket activation for discovery service | |||||
| | * | Bump aktualizr version to get socket activation fixesfeat/udp-socket-activation | Phil Wise | 2018-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required. | |||||
| | * | Change port number to match default used elsewhere | Phil Wise | 2018-03-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | UDP Socket activation for discovery service | Phil Wise | 2018-03-23 | 2 | -2/+3 | |
| |/ | | | | | | | Also, timeout communication to the DUT after 60s. | |||||
| * | Merge pull request #277 from advancedtelematic/feat/pro-5060-run-qemu-ota | cajun-rat | 2018-03-22 | 9 | -1/+76 | |
| |\ | | | | | | | run-qemu-ota support for secondaries | |||||
| | * | Fix up tests | Phil Wise | 2018-03-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add a --secondary-network option to run-qemu-ota | Phil Wise | 2018-03-19 | 8 | -1/+75 | |
| |/ | | | | | | | | | This sets up a simulated 'in vehicle' network. Add support for a Primary node with a DHCP server and a secondary node with a DHCP client. | |||||
| * | Merge pull request #276 from advancedtelematic/feat/pro-5060/meta-updater | cajun-rat | 2018-03-16 | 6 | -22/+119 | |
| |\ | | | | | | | Add secondary-image to meta-updater | |||||
| | * | Add systemd socket activation for secondary | Phil Wise | 2018-03-14 | 4 | -1/+33 | |
| | | | ||||||
| | * | Add secondary-image to meta-updater | Phil Wise | 2018-03-14 | 4 | -22/+87 | |
| |/ | | | | | | | | | | | This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'. |