summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Bump to latest garage-sign.Patrick Vacek2017-12-131-3/+3
| | | |
| | * | Merge pull request #204 from advancedtelematic/bugfix/example-interfacePatrick Vacek2017-12-131-1/+4
| | |\ \ | | | | | | | | | | Properly install example-interface on target and remove it on host.
| | | * | Only install example-interface if explicitly asked for.Patrick Vacek2017-12-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | To do so, use this in local.conf: SOTA_CLIENT_FEATURES = "secondary-example"
| | | * | Properly install example-interface on target and remove it on host.Patrick Vacek2017-12-121-1/+3
| | | |/
| | * | Merge pull request #211 from advancedtelematic/bugfix/implicit-without-credsPatrick Vacek2017-12-131-2/+4
| | |\ \ | | | | | | | | | | Don't run implicit_writer if SOTA_PACKED_CREDENTIALS is not set.
| | | * | Don't run implicit_writer if SOTA_PACKED_CREDENTIALS is not set.Patrick Vacek2017-12-131-2/+4
| | |/ / | | | | | | | | | | | | | | | | This basically cripples implicit provisioning but at least it bitbakes without error.
| | * | Merge pull request #210 from advancedtelematic/bugfix/no-creds-expansionPatrick Vacek2017-12-131-1/+1
| | |\ \ | | | |/ | | |/| Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.
| | | * Fix variable expansion problem when SOTA_PACKED_CREDENTIALS is not set.Patrick Vacek2017-12-131-1/+1
| | |/ | | | | | | | | | | | | Reported by Stevan, traced to the problem by me, actually fixed by Anton.
| | * Merge pull request #208 from advancedtelematic/bugfix/PRO-4524/credentialscajun-rat2017-12-124-0/+4
| | |\ | | | | | | | | Rerun provisioning recipes when credentials have changed
| | | * Rerun provisioning recipes when credentials have changedAnton Gerasimov2017-12-114-0/+4
| | |/ | | | | | | | | | Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
| | * Merge pull request #205 from advancedtelematic/bugfix/indentPatrick Vacek2017-12-084-8/+16
| | |\ | | | | | | | | Consistent indents.
| | | * Consistent indents.Patrick Vacek2017-12-074-8/+16
| | |/ | | | | | | | | | OE standard is apparently four spaces.
| | * Merge pull request #200 from advancedtelematic/bugfix/cleanupOYTIS2017-12-076-16/+15
| | |\ | | | | | | | | Minor fixes and cleanup.
| | | * Minor fixes and cleanup.Patrick Vacek2017-12-076-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | * hsm-test is no longer used. * Use Yocto variables where suitable. * Eliminate redundant directory slashes.
| | * | Merge pull request #203 from advancedtelematic/bugfix/PRO-4439/ostreebranchnameOYTIS2017-12-072-3/+5
| | |\ \ | | | |/ | | |/| Deploy OSTree image without a branch name
| | | * Deploy OSTree image without a branch nameAnton Gerasimov2017-12-072-3/+5
| | |/
| | * Merge pull request #202 from advancedtelematic/bugfix/install-var-sotaJochen Schneider2017-12-061-6/+4
| | |\ | | | | | | | | Install /var/sota.
| | | * Install /var/sota.Patrick Vacek2017-12-061-6/+4
| | |/ | | | | | | | | | | | | If not using SOTA_PROVISIONING_CREDENTIALS, nothing is written to /var/sota but it is still created. Quick fix: install it.
| | * Merge pull request #201 from advancedtelematic/bugfix/garagesign-0.2.0-48Patrick Vacek2017-12-061-3/+3
| | |\ | | | | | | | | Bump garage-sign
| | | * Bump garage-signAnton Gerasimov2017-12-061-3/+3
| | |/
| | * Merge pull request #199 from advancedtelematic/bugfix/usrlibsotaOYTIS2017-12-051-3/+3
| | |\ | | | | | | | | Always create /usr/lib/sota in autoprov recipe
| | | * Always create /usr/lib/sota in autoprov recipeAnton Gerasimov2017-12-051-3/+3
| | |/ | | | | | | | | | The directory is required by environment.inc
| | * Merge pull request #196 from advancedtelematic/feat/PRO-3751/legacyinterfacecajun-rat2017-12-055-2/+26
| | |\ | | | | | | | | Provide user interface to add legacy secondary bridge
| | | * Fix erroneous do_install_append that should just be do_install.Patrick Vacek2017-12-051-1/+1
| | | |
| | | * Add support for virtual secondariesAnton Gerasimov2017-12-041-1/+8
| | | |
| | | * Provide user interface to add legacy secondary bridgeAnton Gerasimov2017-12-045-1/+18
| | | |
| | * | Merge pull request #198 from advancedtelematic/bugfix/garage-versioncajun-rat2017-12-051-1/+1
| | |\ \ | | | | | | | | | | Fix garage-sign targets add.
| | | * | Fix garage-sign targets add.Patrick Vacek2017-12-051-1/+1
| | |/ /
| | * | Merge pull request #192 from advancedtelematic/refactor/sotatomlcajun-rat2017-12-047-51/+10
| | |\ \ | | | |/ | | |/| Use *.toml files provided in aktualizr github repo
| | | * Use *.toml files provided in aktualizr github repoAnton Gerasimov2017-12-047-51/+10
| | |/ | | | | | | | | | This enables backwards incompatible changes to configuration format
| | * Merge pull request #195 from advancedtelematic/bugfix/aktualizeoecmakeJochen Schneider2017-12-011-2/+2
| | |\ | | | | | | | | Add spaces before "_append" clauses
| | | * Add spaces before "_append" clausesAnton Gerasimov2017-12-011-2/+2
| | |/ | | | | | | | | | Under some conditions missing space can lead to a corrupted environment variable
| | * Merge pull request #194 from advancedtelematic/feat/tidyPatrick Vacek2017-12-011-6/+5
| | |\ | | | | | | | | Add a hint when machine autodetection fails
| | | * Add a hint when machine autodetection failsPhil Wise2017-12-011-6/+5
| | |/ | | | | | | | | | Also fix a pylint warning about indentation
| | * Merge pull request #193 from advancedtelematic/bugfix/servicecajun-rat2017-11-305-21/+7
| | |\ | | | | | | | | Remove aktualizr-manual-provision.service
| | | * Remove aktualizr-manual-provision.serviceAnton Gerasimov2017-11-305-21/+7
| | |/ | | | | | | | | | We don't support this scenario any more and it makes testing more complicated.
| | * Merge pull request #190 from advancedtelematic/fix/repo-manifestcajun-rat2017-11-301-2/+2
| | |\ | | | | | | | | Fix builds outside the .repo directory
| | | * Fix builds outside the .repo directoryPhil Wise2017-11-281-2/+2
| | | | | | | | | | | | | | | | | | | | The repo tool searches up the directory tree to find the .repo directory. Cleanly handle the case where it can't find anything.
| | * | Merge pull request #191 from advancedtelematic/bugfix/rpi-sdimgOYTIS2017-11-281-0/+1
| | |\ \ | | | | | | | | | | Remove sdimg-rpi from IMAGE_FSTYPES
| | | * | Remove sdimg-rpi from IMAGE_FSTYPESAnton Gerasimov2017-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | The image is incompatible with meta-updater and we have our own
| | * | | Merge pull request #183 from advancedtelematic/test/oe-selftest-grubcajun-rat2017-11-281-37/+75
| | |\ \ \ | | | | | | | | | | | | Test/oe selftest grub
| | | * | | Test booting with grub.Patrick Vacek2017-11-171-4/+35
| | | | | |
| | | * | | Refactor Qemu interaction into seperate functions.Patrick Vacek2017-11-171-37/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make it easy to make new test classes that launch independent qemu instances with different configurations.
| | * | | | Merge pull request #189 from advancedtelematic/bugfix/teamcity-buildPatrick Vacek2017-11-271-1/+3
| | |\ \ \ \ | | | | | | | | | | | | | | Bugfix/teamcity build
| | | * | | | Bump aktualizr version for C++98 standard fix.Patrick Vacek2017-11-271-1/+1
| | | | | | |
| | | * | | | Actually do something with aktualizr-info.Patrick Vacek2017-11-271-0/+2
| | |/ / / /
| | * | | | Merge pull request #188 from advancedtelematic/bugfix/PRO-4260/backwardsPatrick Vacek2017-11-271-1/+1
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Bump aktualizr version for good
| | | * | | Bump aktualizr version for goodAnton Gerasimov2017-11-241-1/+1
| | |/ / / | | | | | | | | | | | | | | | Should fix PRO-4260
| | * | | Merge pull request #187 from advancedtelematic/bugfix/tufrepocajun-rat2017-11-242-8/+4
| | |\ \ \ | | | |_|/ | | |/| | Rename repo.url -> tufrepo.url
| | | * | Rename repo.url -> tufrepo.urlAnton Gerasimov2017-11-232-8/+4
| | |/ / | | | | | | | | | | | | Also pass this URL to garage-sign