Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 #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'. | ||||
* | Merge pull request #268 from advancedtelematic/test/better-oe-selftest | cajun-rat | 2018-03-08 | 2 | -75/+195 |
|\ | | | | | Test/better oe selftest | ||||
| * | Add a basic raspberry pi test.test/better-oe-selftest | Patrick Vacek | 2018-03-02 | 1 | -16/+98 |
| | | | | | | | | | | | | | | | | | | | | There's not much we can do, since booting the device via a test is not practical. Still, it's useful to make sure that we can build the image. If trying to build the image in an environment designed for qemu, this takes some trickery to set things up just right. Also consistently set up layers before setting the MACHINE, since the sanity checker sometimes complains otherwise. | ||||
| * | Mention SOTA_PACKED_CREDENTIALS in oe-selftest section of docs. | Patrick Vacek | 2018-03-01 | 1 | -4/+6 |
| | | | | | | | | Also fix a broken link. | ||||
| * | Add qemu layer for qemu tests if not present. | Patrick Vacek | 2018-02-28 | 1 | -8/+53 |
| | | | | | | | | | | | | | | | | The layers required for the grub test are now also only added if not already present. This should make the tests runnable from an environment configured for raspberry pi. | ||||
| * | oe-selftest improvements. | Patrick Vacek | 2018-02-28 | 1 | -60/+51 |
| | | | | | | | | | | | | | | * Check successful provisioning with autoprov and grub. * Refactor provisioning check into an independent function. * Rename QemuTests to AutoProvTests since that's what it is now. * Be more explicit about MACHINE. | ||||
* | | Merge pull request #262 from advancedtelematic/feat/fitimage-rpi | cajun-rat | 2018-03-08 | 1 | -4/+13 |
|\ \ | | | | | | | Use FIT image on RPi | ||||
| * | | Use FIT image on RPi | Anton Gerasimov | 2018-02-22 | 1 | -4/+13 |
| | | | |||||
* | | | Merge pull request #271 from advancedtelematic/bugfix/fix-image-size-rocko | Patrick Vacek | 2018-03-07 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Fix calculate_size in case $SIZE < $MIN | ||||
| * | | Fix calculate_size in case $SIZE < $MIN | Matthias Andreas Benkard | 2018-03-07 | 1 | -1/+1 |
|/ / | | | | | calculate_size had a typo that made one of the cases fail. This patch fixes it. | ||||
* | | Merge pull request #267 from advancedtelematic/test/PRO-4481/hsm-rocko | Patrick Vacek | 2018-02-28 | 4 | -68/+322 |
|\ \ | | | | | | | Test/pro 4481/hsm rocko | ||||
| * | | Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rocko | Patrick Vacek | 2018-02-27 | 4 | -68/+322 |
|/| | | | | | | | | | | | Bring in updates to oe-selftest. | ||||
| * | | Merge pull request #261 from advancedtelematic/test/PRO-4853/impl-prov-selftest | Ben Luck | 2018-02-27 | 1 | -61/+108 |
| |\ \ | | | | | | | | | oe-selftest for implicit provisioning | ||||
| | * | | Fix typo in oe-selftest | Laurent Bonnans | 2018-02-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Less redundant bitbaking in oe-selftest | Laurent Bonnans | 2018-02-27 | 1 | -12/+2 |
| | | | | |||||
| | * | | Factorize aktualizr native helper in oe-selftest | Laurent Bonnans | 2018-02-27 | 1 | -75/+43 |
| | | | | |||||
| | * | | Test implicit provisioning with oe-selftest | Laurent Bonnans | 2018-02-27 | 1 | -0/+89 |
| |/ / | |||||
| * | | Merge pull request #264 from advancedtelematic/bugfix/PRO-4936/repoclose | Ben Luck | 2018-02-26 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Pull new aktualizr with fixed fd leak | ||||
| | * | | Pull new aktualizr with fixed fd leak | Anton Gerasimov | 2018-02-26 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #260 from advancedtelematic/test/PRO-4481/hsm | Ben Luck | 2018-02-22 | 3 | -69/+275 |
| |\ \ | | | | | | | | | Test/pro 4481/hsm | ||||
| | * | | Fix minor logging issue. | Patrick Vacek | 2018-02-21 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | No need for the extra bitbake of aktualizr-native. | ||||
| | * | | Refactor oe selftests | Laurent Bonnans | 2018-02-20 | 1 | -51/+70 |
| | | | | | | | | | | | | | | | | Factorize the call of aktualizr-native commands in each testing class | ||||
| | * | | Bump aktualizr to fix a CMAKE_BUILD_TYPE bug. | Patrick Vacek | 2018-02-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | Replace write_config with append_config. | Patrick Vacek | 2018-02-20 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | Also fix a minor provisioning check ordering problem. | ||||
| | * | | oe-selftest standardization and general improvement. | Patrick Vacek | 2018-02-20 | 1 | -30/+42 |
| | | | | |||||
| | * | | Better oe-selftest documentation. | Patrick Vacek | 2018-02-20 | 1 | -13/+27 |
| | | | | | | | | | | | | | | | | Also clean up some minor formatting. | ||||
| | * | | Rename run_command to qemu_command. | Patrick Vacek | 2018-02-20 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | This helps distinguish it from runCmd, which is how you run commands in the shell. | ||||
| | * | | Use some regex to get a little fancier. | Patrick Vacek | 2018-02-20 | 1 | -0/+23 |
| | | | | |||||
| | * | | Test provisioning with HSM. | Patrick Vacek | 2018-02-20 | 2 | -8/+89 |
| | | | |