summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix oe-selftest for `aktualizr once`feat/rocko-latest-aktualizrLaurent Bonnans2019-01-291-2/+2
| | | | | | CLI has changed Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520Laurent Bonnans2019-01-291-1/+1
| | | | | | | | | - OStree installations are considered complete after a reboot under the new version - image downloads are not parallelized anymore - various enhancements and bug fixes Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #457 from advancedtelematic/compat/rocko-newimagename-symlinkPatrick Vacek2019-01-171-0/+3
|\ | | | | (rocko) Add .ota-ext4 image symlink
| * Add .ota-ext4 image symlinkcompat/rocko-newimagename-symlinkLaurent Bonnans2019-01-151-0/+3
|/ | | | | | That is the new name used in master since f07be1805cc22b5428ff529b705731360b485d06 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #445 from advancedtelematic/feat/rocko/hardware-id-etcPatrick Vacek2018-12-048-19/+24
|\ | | | | Feat/rocko/hardware id etc
| * aktualizr: Bump to latest (d00d1a04cc2366d1a5f143b84b9f507f8bd32c44).feat/rocko/hardware-id-etcPatrick Vacek2018-11-291-1/+1
| | | | | | | | | | | | Some OSTree improvements, reboot detection, retry failed downloads. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * aktualizr: fix hardware ID config section.Patrick Vacek2018-11-291-1/+1
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * README: slightly more descriptive explanation of SOTA_HARDWARE_ID.Patrick Vacek2018-11-291-1/+1
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * Allow setup custom hardware_idSerhiy Stetskovych2018-11-294-2/+8
| | | | | | | | Signed-off-by: Serhiy Stetskovych <patriotyk@gmail.com>
| * docs: better explanation of oe-selftest requirements.Patrick Vacek2018-11-292-3/+2
| | | | | | | | | | | | Also remove all references to aktualizr-example-interface. It has been removed. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * aktualizr: Bump to latest and fix names.Patrick Vacek2018-11-293-12/+12
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * Fix function name conflictAlexandre Bard2018-11-291-2/+2
|/ | | | | | | | | buildinfo function name is used in poky: meta/classes/image-buildinfo.bbclass Both classes could not be used together Signed-off-by: Alexandre Bard <alexandre.bard@netmodule.com>
* Merge pull request #429 from advancedtelematic/fix/rocko/newline-etcPatrick Vacek2018-11-1311-35/+33
|\ | | | | Fix/rocko/newline etc
| * aktualizr: use config instead of environment variables.fix/rocko/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 releasesArthur Taylor2018-11-091-1/+10
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * classes: image_types_ostree: use locking during OSTree repo updateStefan Agner2018-11-091-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> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * classes: image_types_ostree: check OSTree repo existence using ostreeStefan Agner2018-11-091-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> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * secondary_image: also remove aktualizr-uboot-env-rollback.Patrick Vacek2018-11-091-0/+1
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * Update packages removed for secondary-image.Patrick Vacek2018-11-091-1/+2
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #415 from advancedtelematic/refactor/rocko/rm-implicit-writerPatrick Vacek2018-10-318-88/+25
|\ | | | | Refactor/rocko/rm implicit writer
| * Fix typos.refactor/rocko/rm-implicit-writerPatrick Vacek2018-10-301-1/+1
| |
| * aktualizr: Remove implicit_writer. It is now unused.Patrick Vacek2018-10-292-5/+2
| | | | | | | | Bump to the latest version as well.
| * Remove aktualizr hacks related to ubuntu supportLaurent Bonnans2018-10-291-4/+2
| |
| * Update aktualizr example secondary config pathLaurent Bonnans2018-10-291-3/+3
| |
| * Fix README formatting.Patrick Vacek2018-10-291-5/+6
| | | | | | | | Apparently linebreaks matter.
| * CONTRIBUTING.adoc: Add rebasing requirement.Patrick Vacek2018-10-291-4/+6
| |
| * libgsystem: drop recipeStefan Agner2018-10-291-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-291-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>
| * aktualizr: remove BUILD_ISTOP flag.Patrick Vacek2018-10-291-1/+0
| |
| * aktualizr: remove example-interface.Patrick Vacek2018-10-294-34/+2
| |
| * Add contributor/reviewer checklistAnton Gerasimov2018-10-291-0/+12
| |
* | Merge pull request #382 from advancedtelematic/feat/OTA-627/targetversionBen Luck2018-10-304-1/+27
|\ \ | |/ |/| Provide example for setting UPTANE target version automatically
| * Fix typos/languagefeat/OTA-627/targetversionOYTIS2018-10-121-1/+1
| |
| * Document version overriding and add warningsAnton Gerasimov2018-10-093-2/+13
| |
| * Provide example for setting UPTANE target version automaticallyAnton Gerasimov2018-10-093-1/+16
| |
* | Merge pull request #406 from ↵Patrick Vacek2018-10-251-59/+35
|\ \ | | | | | | | | | | | | advancedtelematic/refactor/backport-ostree-upgrade-rocko Refactor/backport ostree upgrade rocko
| * | ostree: Correction: it depends on bison-native for configuration.refactor/backport-ostree-upgrade-rockoPatrick Vacek2018-10-101-1/+1
| | |
| * | ostree: add missing bison dependency.Patrick Vacek2018-10-101-1/+1
| | |
| * | ostree: upgrade to v2018.7+Ricardo Salveti2018-10-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade OSTree to a git revision ahead of the v2018.7 release in order to include additional memory leak fixes. Upstream release notes since v2017.13+: - https://github.com/ostreedev/ostree/releases/tag/v2017.14 - https://github.com/ostreedev/ostree/releases/tag/v2017.15 - https://github.com/ostreedev/ostree/releases/tag/v2018.1 - https://github.com/ostreedev/ostree/releases/tag/v2018.2 - https://github.com/ostreedev/ostree/releases/tag/v2018.3 - https://github.com/ostreedev/ostree/releases/tag/v2018.4 - https://github.com/ostreedev/ostree/releases/tag/v2018.5 - https://github.com/ostreedev/ostree/releases/tag/v2018.6 - https://github.com/ostreedev/ostree/releases/tag/v2018.7 Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
| * | ostree: improve package split logic and define extra packagesRicardo Salveti2018-10-101-17/+17
| | | | | | | | | | | | | | | | | | | | | Define extra packages to cover the bash-completion and dracut related files, as they are not necessarily required by ostree. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | ostree: improve systemd dependency checksRicardo Salveti2018-10-101-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | No need to define SYSTEMD_REQUIRED and no need to manually install the service files, as that is already handled by ostree and the systemd bbclass. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | ostree: cleanup depends and rdependsRicardo Salveti2018-10-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Remove gtk-doc-native from DEPENDS and also remove util-linux-* packages from RDEPENDS as the dependencies for the required libraries are already populated by OE. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | ostree: no need to disable systemd when building nativeRicardo Salveti2018-10-101-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | Maintaining different build flags for target and native just makes it harder to maintain the recipe and it is not really needed as systemd-native is already available for systems building systemd. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | ostree: cleanup configure and build flagsRicardo Salveti2018-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Set the standard CFLAGS variable instead of defining it via EXTRA_OECONF and also remove the configure flags that are automatically enabled based on the build depends. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | ostree: use do_configure_prepend and avoid customizing do_compileRicardo Salveti2018-10-101-7/+3
| | | | | | | | | | | | | | | | | | | | | Prefer prepend (autogen) and also avoid customizing do_compile as exporting BUILD_SYS and HOST_SYS is already enough. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>