summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.feat/OTA-627/master/targetversion-forwardportPatrick Vacek2018-10-301-1/+1
|
* Fix typos/languageOYTIS2018-10-301-1/+1
|
* Document version overriding and add warningsAnton Gerasimov2018-10-303-2/+13
|
* Provide example for setting UPTANE target version automaticallyAnton Gerasimov2018-10-303-1/+16
|
* Merge pull request #413 from ↵Patrick Vacek2018-10-292-5/+2
|\ | | | | | | | | advancedtelematic/refactor/master/rm-implicit-writer aktualizr: Remove implicit_writer. It is now unused.
| * aktualizr: Remove implicit_writer. It is now unused.refactor/master/rm-implicit-writerPatrick Vacek2018-10-292-5/+2
|/ | | | Bump to the latest version as well.
* Merge pull request #411 from advancedtelematic/fix/secondaries-pathPatrick Vacek2018-10-261-4/+2
|\ | | | | Update aktualizr example secondary config path
| * Remove aktualizr hacks related to ubuntu supportfix/secondaries-pathLaurent Bonnans2018-10-251-4/+2
| |
| * Update aktualizr example secondary config pathLaurent Bonnans2018-10-251-3/+3
|/
* Merge pull request #410 from agners/use-imgdeploydirOYTIS2018-10-255-17/+8
|\ | | | | Use IMGDEPLOYDIR
| * image_types_ota: use IMGDEPLOYDIR for ota-ext4 imagesStefan Agner2018-10-185-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 imagesStefan Agner2018-10-181-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/masterlbonn2018-10-252-1/+13
|\ \ | |/ |/| Extend ostree support
| * Added support to automatically update ostree summaryLuka Pivk2018-10-242-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 bodyLuka Pivk2018-10-241-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-classlbonn2018-10-181-35/+15
|\ \ | | | | | | Simplify OTA class
| * | image_types_ota: simplify image creationStefan Agner2018-10-121-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 checkStefan Agner2018-10-121-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 Vacek2018-10-124-35/+2
|\ \ \ | |_|/ |/| | | | | | | | advancedtelematic/refactor/remove-legacy-secondaries aktualizr: remove example-interface.
| * | aktualizr: remove BUILD_ISTOP flag.refactor/remove-legacy-secondariesPatrick Vacek2018-10-091-1/+0
| | |
| * | aktualizr: remove example-interface.Patrick Vacek2018-10-094-34/+2
| |/
* | Merge pull request #404 from advancedtelematic/doc/add-rebase-requirementlbonn2018-10-121-4/+6
|\ \ | | | | | | CONTRIBUTING.adoc: Add rebasing requirement.
| * | CONTRIBUTING.adoc: Add rebasing requirement.doc/add-rebase-requirementPatrick Vacek2018-10-091-4/+6
| |/
* | Merge pull request #405 from advancedtelematic/doc/readme-formatlbonn2018-10-101-5/+7
|\ \ | | | | | | Fix README formatting.
| * | Fix README formatting.Patrick Vacek2018-10-101-5/+7
|/ / | | | | Apparently linebreaks matter.
* | Merge pull request #403 from agners/drop-libgsystemPatrick Vacek2018-10-102-41/+1
|\ \ | |/ |/| Drop libgsystem
| * libgsystem: drop recipeStefan Agner2018-10-091-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 dependencyStefan Agner2018-10-091-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/checklistOYTIS2018-10-081-0/+12
|\ | | | | Add contributor/reviewer checklist
| * Add contributor/reviewer checklistchecklistAnton Gerasimov2018-10-081-0/+12
|/
* Merge pull request #400 from advancedtelematic/fix/rm-bbappend-upstreamedPatrick Vacek2018-10-051-2/+0
|\ | | | | openct: remove unnecessary bbappend.
| * openct: remove unnecessary bbappend.fix/rm-bbappend-upstreamedPatrick Vacek2018-10-051-2/+0
|/ | | | This has now been upstreamed to meta-openembedded.
* Merge pull request #398 from advancedtelematic/feat/thud-compatibilityPatrick Vacek2018-10-042-2/+2
|\ | | | | Feat/thud compatibility
| * Update layer compatibility to thud.feat/thud-compatibilityPatrick Vacek2018-10-021-1/+1
| |
| * aktualizr: bump to latest.Patrick Vacek2018-10-021-1/+1
|/ | | | Includes test fixes and async downloads.
* Merge pull request #383 from advancedtelematic/feat/OTA-719/nodeployPatrick Vacek2018-10-0111-112/+119
|\ | | | | Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image should be provisioned
| * Fixes for oe-selftestfeat/OTA-719/nodeployAnton Gerasimov2018-10-015-19/+22
| |
| * Document delayed provisioningAnton Gerasimov2018-10-011-1/+14
| |
| * Fix creating SoftHSM tokenAnton Gerasimov2018-10-011-1/+2
| |
| * Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-019-98/+88
|/ | | | should be provisioned
* Merge pull request #392 from advancedtelematic/feature/rollback-forwardportlbonn2018-09-274-3/+28
|\ | | | | Feature/rollback forwardport
| * Fix LICENSE check for aktualizr-uboot-env-rollbackfeature/rollback-forwardportLaurent Bonnans2018-09-181-4/+3
| |
| * Remove aktualizr dep on u-boot-fw-utils in generalLaurent Bonnans2018-09-181-2/+1
| | | | | | | | Should only be needed when using the u-boot env rollback feature
| * Add support for rollback on Raspberry PiAnton Gerasimov2018-09-184-3/+30
|/
* Merge pull request #390 from advancedtelematic/fix/new-installed-versions-importlbonn2018-09-183-5/+6
|\ | | | | Update `installed_versions` passing to new location
| * Do not run aktualizr-info --allow-migrate in testsLaurent Bonnans2018-09-181-2/+2
| |
| * Update `installed_versions` passing to new locationLaurent Bonnans2018-09-182-3/+4
|/
* Merge pull request #391 from advancedtelematic/fix/testtoken-openssl-binPatrick Vacek2018-09-183-2/+4
|\ | | | | Fix/testtoken openssl bin
| * aktualizr: Latest version with fixed libp11 paths.fix/testtoken-openssl-binPatrick Vacek2018-09-171-1/+1
| |
| * openct: Remove broken and apparently unnecessary pkg_postinst.Patrick Vacek2018-09-171-0/+2
| |