Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aktualizr: Remove implicit_writer. It is now unused.refactor/master/rm-implicit-writer | Patrick Vacek | 2018-10-29 | 2 | -5/+2 |
| | | | | Bump to the latest version as well. | ||||
* | Merge pull request #411 from advancedtelematic/fix/secondaries-path | Patrick Vacek | 2018-10-26 | 1 | -4/+2 |
|\ | | | | | Update aktualizr example secondary config path | ||||
| * | Remove aktualizr hacks related to ubuntu supportfix/secondaries-path | Laurent Bonnans | 2018-10-25 | 1 | -4/+2 |
| | | |||||
| * | Update aktualizr example secondary config path | Laurent Bonnans | 2018-10-25 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #410 from agners/use-imgdeploydir | OYTIS | 2018-10-25 | 5 | -17/+8 |
|\ | | | | | Use IMGDEPLOYDIR | ||||
| * | image_types_ota: use IMGDEPLOYDIR for ota-ext4 images | Stefan Agner | 2018-10-18 | 5 | -11/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. Also change the image ending to match the image type name (from otaimg to ota-ext4). This allows to use the automatic symlinking and output artefact management too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
| * | image_types_ota: use IMGDEPLOYDIR for ota-tar images | Stefan Agner | 2018-10-18 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. This allows to use the automatic symlinking too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
* | | Merge pull request #407 from LukaPivk/master | lbonn | 2018-10-25 | 2 | -1/+13 |
|\ \ | |/ |/| | Extend ostree support | ||||
| * | Added support to automatically update ostree summary | Luka Pivk | 2018-10-24 | 2 | -1/+9 |
| | | | | | | | | | | | | | | Use OSTREE_UPDATE_SUMMARY to automatically update summary after committing to ostree repo Signed-off-by: Luka Pivk <luka.pivk@toradex.com> | ||||
| * | Added support to set custom commit subject and body | Luka Pivk | 2018-10-24 | 1 | -2/+6 |
| | | | | | | | | | | | | | | Use OSTREE_COMMIT_BODY write custom text to ostree body Use OSTREE_COMMIT_SUBJECT to write custom subject Signed-off-by: Luka Pivk <luka.pivk@toradex.com> | ||||
* | | Merge pull request #408 from agners/simplify-ota-class | lbonn | 2018-10-18 | 1 | -35/+15 |
|\ \ | | | | | | | Simplify OTA class | ||||
| * | | image_types_ota: simplify image creation | Stefan Agner | 2018-10-12 | 1 | -28/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Almost all code in create_ota is either tar or ext4 specific. Move the code directly into the respective IMAGE_CMD_ functions. This gets rid of unnecessary work for the tar image and simplifies code. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
| * | | image_types_ota: remove explicit IMAGE_FSTYPES check | Stefan Agner | 2018-10-12 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | OpenEmbedded makes sure that IMAGE_CMD_type gets only called if the type is in IMAGE_FSTYPE. There is no need to explicitly check for it. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
* | | | Merge pull request #399 from ↵ | Patrick Vacek | 2018-10-12 | 4 | -35/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | advancedtelematic/refactor/remove-legacy-secondaries aktualizr: remove example-interface. | ||||
| * | | aktualizr: remove BUILD_ISTOP flag.refactor/remove-legacy-secondaries | Patrick Vacek | 2018-10-09 | 1 | -1/+0 |
| | | | |||||
| * | | aktualizr: remove example-interface. | Patrick Vacek | 2018-10-09 | 4 | -34/+2 |
| |/ | |||||
* | | Merge pull request #404 from advancedtelematic/doc/add-rebase-requirement | lbonn | 2018-10-12 | 1 | -4/+6 |
|\ \ | | | | | | | CONTRIBUTING.adoc: Add rebasing requirement. | ||||
| * | | CONTRIBUTING.adoc: Add rebasing requirement.doc/add-rebase-requirement | Patrick Vacek | 2018-10-09 | 1 | -4/+6 |
| |/ | |||||
* | | Merge pull request #405 from advancedtelematic/doc/readme-format | lbonn | 2018-10-10 | 1 | -5/+7 |
|\ \ | | | | | | | Fix README formatting. | ||||
| * | | Fix README formatting. | Patrick Vacek | 2018-10-10 | 1 | -5/+7 |
|/ / | | | | | Apparently linebreaks matter. | ||||
* | | Merge pull request #403 from agners/drop-libgsystem | Patrick Vacek | 2018-10-10 | 2 | -41/+1 |
|\ \ | |/ |/| | Drop libgsystem | ||||
| * | libgsystem: drop recipe | Stefan Agner | 2018-10-09 | 1 | -40/+0 |
| | | | | | | | | | | | | | | OSTree does not use libgsystem as a dependency any longer. Drop the recipe too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
| * | ostree: drop libgsystem dependency | Stefan Agner | 2018-10-09 | 1 | -1/+1 |
|/ | | | | | | | OSTree removed libgsystem dependency since v2016.8. Drop it from the OSTree recipe too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
* | 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 |
| |/ |