summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aktualizr: use config instead of environment variables.fix/thud/newline-etcPatrick Vacek2018-11-137-14/+1
| | | | | | | This should make the secondary config dir process better anyway, and it finally gets rid of a hacky workaround that we'd been using for ages. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: improve secondary config directory logic.Patrick Vacek2018-11-131-3/+7
| | | | | | Use -d and warn if directory is invalid. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: Fix virtual secondary support.Patrick Vacek2018-11-135-17/+12
| | | | | | | | Use /etc/sota/ecus as using /var/sota/ecus was conflicting with the provisioning recipes that also use /var/sota. Not totally ideal, but the best compromise I could find. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: bump to latest for server URL newline fix.Patrick Vacek2018-11-091-1/+1
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Replace more references to ATS Garage with HERE OTA Connect.Patrick Vacek2018-11-091-3/+3
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Update README.adocXavier Gully2018-11-091-1/+1
| | | | | | Update the reference to https://connect.ota.here.com Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Added 'thud' to list of supported releasesfeat/add-thud-to-readmeArthur Taylor2018-11-061-0/+1
|
* Merge pull request #421 from agners/master-toradexPatrick Vacek2018-11-021-1/+2
|\ | | | | classes: image_types_ostree: use locking during OSTree repo update
| * classes: image_types_ostree: use locking during OSTree repo updateStefan Agner2018-11-021-0/+1
| | | | | | | | | | | | | | | | The OSTree repository might be shared accross several individual OSTree builders. Use bitbakes lockfiles mechanism to lock the OSTree for exclusive use. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
| * classes: image_types_ostree: check OSTree repo existence using ostreeStefan Agner2018-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Currently we assume if the OSTree repo exists, that there is a OSTree repo in it. This does not need to be true in general, and when using lockfiles bitbake will create the directory before the do_image_ostree task is executed the first time. Use ostree refs to detect whether the target directory contains a OSTree repo. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* | Merge pull request #418 from ↵Patrick Vacek2018-11-011-1/+3
|\ \ | | | | | | | | | | | | advancedtelematic/fix/master/secondary-image-cred-packages Update packages removed for secondary-image.
| * | secondary_image: also remove aktualizr-uboot-env-rollback.Patrick Vacek2018-11-011-0/+1
| | |
| * | Update packages removed for secondary-image.fix/master/secondary-image-cred-packagesPatrick Vacek2018-10-311-1/+2
|/ /
* | Merge pull request #417 from ↵Patrick Vacek2018-10-315-2/+28
|\ \ | | | | | | | | | | | | advancedtelematic/feat/OTA-627/master/targetversion-forwardport Feat/ota 627/master/targetversion forwardport
| * | 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