Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #401 from advancedtelematic/checklist | OYTIS | 2018-10-08 | 1 | -0/+12 |
|\ | | | | | Add contributor/reviewer checklist | ||||
| * | Add contributor/reviewer checklistchecklist | Anton Gerasimov | 2018-10-08 | 1 | -0/+12 |
|/ | |||||
* | Merge pull request #400 from advancedtelematic/fix/rm-bbappend-upstreamed | Patrick Vacek | 2018-10-05 | 1 | -2/+0 |
|\ | | | | | openct: remove unnecessary bbappend. | ||||
| * | openct: remove unnecessary bbappend.fix/rm-bbappend-upstreamed | Patrick Vacek | 2018-10-05 | 1 | -2/+0 |
|/ | | | | This has now been upstreamed to meta-openembedded. | ||||
* | Merge pull request #398 from advancedtelematic/feat/thud-compatibility | Patrick Vacek | 2018-10-04 | 2 | -2/+2 |
|\ | | | | | Feat/thud compatibility | ||||
| * | Update layer compatibility to thud.feat/thud-compatibility | Patrick Vacek | 2018-10-02 | 1 | -1/+1 |
| | | |||||
| * | aktualizr: bump to latest. | Patrick Vacek | 2018-10-02 | 1 | -1/+1 |
|/ | | | | Includes test fixes and async downloads. | ||||
* | Merge pull request #383 from advancedtelematic/feat/OTA-719/nodeploy | Patrick Vacek | 2018-10-01 | 11 | -112/+119 |
|\ | | | | | Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image should be provisioned | ||||
| * | Fixes for oe-selftestfeat/OTA-719/nodeploy | Anton Gerasimov | 2018-10-01 | 5 | -19/+22 |
| | | |||||
| * | Document delayed provisioning | Anton Gerasimov | 2018-10-01 | 1 | -1/+14 |
| | | |||||
| * | Fix creating SoftHSM token | Anton Gerasimov | 2018-10-01 | 1 | -1/+2 |
| | | |||||
| * | Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵ | Anton Gerasimov | 2018-10-01 | 9 | -98/+88 |
|/ | | | | should be provisioned | ||||
* | Merge pull request #392 from advancedtelematic/feature/rollback-forwardport | lbonn | 2018-09-27 | 4 | -3/+28 |
|\ | | | | | Feature/rollback forwardport | ||||
| * | Fix LICENSE check for aktualizr-uboot-env-rollbackfeature/rollback-forwardport | Laurent Bonnans | 2018-09-18 | 1 | -4/+3 |
| | | |||||
| * | Remove aktualizr dep on u-boot-fw-utils in general | Laurent Bonnans | 2018-09-18 | 1 | -2/+1 |
| | | | | | | | | Should only be needed when using the u-boot env rollback feature | ||||
| * | Add support for rollback on Raspberry Pi | Anton Gerasimov | 2018-09-18 | 4 | -3/+30 |
|/ | |||||
* | Merge pull request #390 from advancedtelematic/fix/new-installed-versions-import | lbonn | 2018-09-18 | 3 | -5/+6 |
|\ | | | | | Update `installed_versions` passing to new location | ||||
| * | Do not run aktualizr-info --allow-migrate in tests | Laurent Bonnans | 2018-09-18 | 1 | -2/+2 |
| | | |||||
| * | Update `installed_versions` passing to new location | Laurent Bonnans | 2018-09-18 | 2 | -3/+4 |
|/ | |||||
* | Merge pull request #391 from advancedtelematic/fix/testtoken-openssl-bin | Patrick Vacek | 2018-09-18 | 3 | -2/+4 |
|\ | | | | | Fix/testtoken openssl bin | ||||
| * | aktualizr: Latest version with fixed libp11 paths.fix/testtoken-openssl-bin | Patrick Vacek | 2018-09-17 | 1 | -1/+1 |
| | | |||||
| * | openct: Remove broken and apparently unnecessary pkg_postinst. | Patrick Vacek | 2018-09-17 | 1 | -0/+2 |
| | | |||||
| * | softhsm-testtoken: add openssl-bin dependency. | Patrick Vacek | 2018-09-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #387 from ↵ | Patrick Vacek | 2018-09-14 | 2 | -8/+8 |
|\ | | | | | | | | | advancedtelematic/refactor/OTA-900/hsm-prov-path-master softhsm-testtoken: Update paths for token import. | ||||
| * | softhsm-testtoken: Update paths for token import.refactor/OTA-900/hsm-prov-path-master | Patrick Vacek | 2018-09-14 | 2 | -8/+8 |
| | | | | | | | | And bump aktualizr recipe | ||||
* | | Merge pull request #385 from advancedtelematic/bugfix/OTA-852/pushcredentials | lbonn | 2018-09-14 | 2 | -3/+11 |
|\ \ | | | | | | | Don't commit credentials to OSTree repository | ||||
| * | | Don't commit credentials to OSTree repositorybugfix/OTA-852/pushcredentials | Anton Gerasimov | 2018-09-12 | 2 | -3/+11 |
| |/ | |||||
* | | Merge pull request #386 from advancedtelematic/fix/libp11-openssl1.1 | Patrick Vacek | 2018-09-14 | 1 | -5/+5 |
|\ \ | |/ |/| | libp11: Fix paths after switch to openssl 1.1. | ||||
| * | libp11: Bump to release 0.4.9.fix/libp11-openssl1.1 | Patrick Vacek | 2018-09-14 | 1 | -1/+1 |
| | | |||||
| * | libp11: Fix paths after switch to openssl 1.1. | Patrick Vacek | 2018-09-14 | 1 | -4/+4 |
|/ | | | | | It should now accept paths in either format to accommodate openssl versions 1.0 and 1.1. | ||||
* | Merge pull request #384 from advancedtelematic/ci/oe-selftest | lbonn | 2018-09-07 | 5 | -9/+146 |
|\ | | | | | Ci/oe selftest | ||||
| * | Split yocto builds from yocto selftests | Laurent Bonnans | 2018-09-06 | 2 | -3/+90 |
| | | | | | | | | | | In a separate Jenkinsfile right now, with a lot of duplication. Let's hope to find a cleaner way | ||||
| * | Create a user with correct uid inside CI's Dockerfile | Laurent Bonnans | 2018-09-06 | 2 | -2/+17 |
| | | |||||
| * | Setup garage credentials for oe-selftest CI | Laurent Bonnans | 2018-09-06 | 2 | -18/+23 |
| | | |||||
| * | Install ovmf in ci Dockerfile | Laurent Bonnans | 2018-09-06 | 1 | -0/+1 |
| | | | | | | | | For qemu tests | ||||
| * | Run oe-selftest on Jenkins CI | Laurent Bonnans | 2018-09-06 | 2 | -0/+29 |
|/ | |||||
* | Merge pull request #381 from advancedtelematic/fix/OTA-638/rpi-master | lbonn | 2018-09-05 | 1 | -1/+1 |
|\ | | | | | Fix raspberrypi image generation | ||||
| * | Update fitimage initramfs image namefix/OTA-638/rpi-master | Laurent Bonnans | 2018-09-04 | 1 | -1/+1 |
|/ | | | | | | From poky master This fixes image builds but does not boot yet... | ||||
* | Merge pull request #379 from advancedtelematic/bugfix/aktualizr-etc-master | Patrick Vacek | 2018-09-03 | 2 | -2/+2 |
|\ | | | | | aktualizr: bump to latest version, fix libp11/openssl (master) | ||||
| * | aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).bugfix/aktualizr-etc-master | Patrick Vacek | 2018-09-03 | 1 | -1/+1 |
| | | | | | | | | Includes fixes for Ubuntu 18.04. | ||||
| * | aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c). | Patrick Vacek | 2018-09-03 | 1 | -1/+1 |
| | | |||||
| * | libp11: Bump the version number for the openssl compatibility again. | Patrick Vacek | 2018-09-03 | 1 | -1/+1 |
|/ | | | | Now covers 1.0.2p. | ||||
* | Merge pull request #376 from strataggem/master | Patrick Vacek | 2018-08-31 | 2 | -5/+5 |
|\ | | | | | Update lshw to 02.17 | ||||
| * | Fix version number in ldflags.patch | Maxime BORGES | 2018-08-31 | 1 | -2/+2 |
| | | |||||
| * | Update lshw to 02.17 | Maxime BORGES | 2018-08-31 | 2 | -5/+5 |
|/ | |||||
* | Merge pull request #373 from advancedtelematic/bugfix/bison-dep-v2 | Patrick Vacek | 2018-08-17 | 1 | -1/+1 |
|\ | | | | | ostree: Correction: it depends on bison-native for configuration. | ||||
| * | ostree: Correction: it depends on bison-native for configuration.bugfix/bison-dep-v2 | Patrick Vacek | 2018-08-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #372 from advancedtelematic/fix/cpu-type | Patrick Vacek | 2018-08-17 | 1 | -1/+1 |
|\ | | | | | Specify cpu type -host- for KVM mode | ||||
| * | Specify cpu type -host- for KVM modefix/cpu-type | Eugene Smirnov | 2018-08-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #371 from advancedtelematic/bugfix/bison-dep | Patrick Vacek | 2018-08-17 | 1 | -1/+1 |
|\ \ | | | | | | | ostree: add missing bison dependency. |