Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
| | * | | Add test_cert_provider_local_output. | Patrick Vacek | 2018-02-20 | 1 | -16/+55 |
| | | | | | | | | | | | | | | | | Improve some organization and logging. | ||||
| | * | | Test that implicit_writer and cert_provider work. | Patrick Vacek | 2018-02-20 | 2 | -13/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This required setting the LD_LIBRARY_PATH to get some dependencies that are liable to conflict with the host's normal installation. I adapted that for the sota_tools tests as well for good measure. Also, we now actually install cert_provider in the native build. | ||||
| | * | | Only expect credentials in the image if using autoprov. | Patrick Vacek | 2018-02-20 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | The credentials test was failing if any other provisioning recipe was specified. | ||||
| * | | Merge pull request #258 from advancedtelematic/bugfix/p11-fixes | Ben Luck | 2018-02-19 | 2 | -7/+8 |
| |\ \ | | | | | | | | | Bugfix/p11 fixes | ||||
| | * | | No longer require engine-pkcs11. | Patrick Vacek | 2018-02-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | It was merged into the libp11 package. Bump aktualizr to use the correct default path (and fix some various OSTree issues). Add opensc as it was previously a transitive dependency. | ||||
| | * | | Bump aktualizr and fix some installation complaints. | Patrick Vacek | 2018-02-09 | 1 | -1/+2 |
| | | | | |||||
| | * | | Remove manual installation of /usr/lib/sota/schemas | Phil Wise | 2018-02-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake) | ||||
| * | | | Merge pull request #257 from advancedtelematic/test/oe-selftest-backport | Ben Luck | 2018-02-16 | 4 | -18/+71 |
| |\ \ \ | | |/ / | |/| | | Test/oe selftest backport | ||||
| | * | | Fix minor ovmf compilation bug only present in pyro. | Patrick Vacek | 2018-02-13 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not appear to be a problem on rocko, and it wasn't a problem for me on pyro when I last checked less than a month ago. It actually only broke the native build. This has been fixed upstream at some point, anyway. | ||||
| | * | | Add tests for aktualizr-info. | Phil Wise | 2018-02-13 | 1 | -16/+40 |
| | | | | | | | | | | | | | | | | Cherry-pick of c64b399633975bc05856e5eded519c4f22adfe44 from rocko. | ||||
| | * | | Add a helpful hint for the oe-selftest grub problem. | Patrick Vacek | 2018-02-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Partial cherry-pick of b605cf215ff4cef35c3f62fee0ec14e3c8d5ba22 from rocko. | ||||
| | * | | Fix flag deprecation warning. | Patrick Vacek | 2018-02-13 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | Partial cherry-pick of 84baa1c3d8f996f7daf2d8aa3d26197378218f21 from rocko. | ||||
* | | | Merge pull request #266 from advancedtelematic/fix/rm-jansson-dep | lbonn | 2018-02-27 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Remove aktualizr's jansson dependencies | ||||
| * | | | Remove aktualizr's jansson dependencies | Laurent Bonnans | 2018-02-27 | 1 | -1/+1 |
|/ / / | | | | | | | | | | This was needed for GENIVI support, which got dropped recently | ||||
* | | | Merge pull request #259 from advancedtelematic/feat/PRO-4854/ca | OYTIS | 2018-02-26 | 3 | -1/+85 |
|\ \ \ | | | | | | | | | Add provisioning with CA | ||||
| * | | | Add provisioning with CA | Anton Gerasimov | 2018-02-26 | 3 | -1/+85 |
|/ / / | |||||
* | | | Merge pull request #265 from advancedtelematic/bugfix/PRO-4936/repoclose-rocko | OYTIS | 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 #263 from advancedtelematic/bugfix/fix-libp11-openssl-again | cajun-rat | 2018-02-22 | 2 | -2/+2 |
|\ \ \ | |_|/ |/| | | Bugfix/fix libp11 openssl again | ||||
| * | | Update documentation and fix broken link. | Patrick Vacek | 2018-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Update patch to work with OPENSSL_VERSION_NUMBER 0x100020ef. | Patrick Vacek | 2018-02-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #256 from advancedtelematic/bugfix/fix-installation | Patrick Vacek | 2018-02-09 | 1 | -1/+2 |
|\ \ | | | | | | | Bump aktualizr and fix some installation complaints. | ||||
| * | | Bump aktualizr and fix some installation complaints. | Patrick Vacek | 2018-02-09 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #251 from advancedtelematic/feat/copy-schemas-in-cmake | Patrick Vacek | 2018-02-06 | 1 | -6/+6 |
|\ \ | | | | | | | Remove manual installation of /usr/lib/sota/schemas | ||||
| * | | Remove manual installation of /usr/lib/sota/schemas | Phil Wise | 2018-02-05 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake) | ||||
* | | | Merge pull request #250 from advancedtelematic/bugfix/rocko-update-ostree | cajun-rat | 2018-02-02 | 2 | -3/+3 |
|\| | | | | | | | | Bugfix/rocko update ostree | ||||
| * | | Add SRCREV_pn-aktualizr to documentation. | Patrick Vacek | 2018-02-02 | 1 | -2/+2 |
| | | |