summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Bump aktualizr. Don't build load tests.Patrick Vacek2018-05-081-2/+3
| | |
| | * Give some more time for checking for successful provisioning.Patrick Vacek2018-05-071-2/+2
| |/
| * Merge pull request #304 from advancedtelematic/feat/PRO-5331/remove-sota-envcajun-rat2018-05-0412-35/+488
| |\ | | | | | | Provide example aktualizr configuration recipes and documentation
| | * Test aktualizr-example-interface package (PRO-5336).Patrick Vacek2018-05-041-0/+9
| | | | | | | | | | | | | | | Not much else from the example configs that is easy to test with oe-selftest.
| | * Update aktualizr config to use default locations.Patrick Vacek2018-05-049-31/+28
| | | | | | | | | | | | | | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
| | * Update README with aktualizr config management (PRO-5329).Patrick Vacek2018-05-031-4/+18
| | |
| | * Create aktualizr-log-debug recipe as an example (and debugging aid).Patrick Vacek2018-05-031-0/+23
| | |
| | * Provide recipe to disable sending ip (PRO-5297).Patrick Vacek2018-05-031-0/+23
| | | | | | | | | | | | Obviates the need for SOTA_CLIENT_FEATURES = "disable_send_ip".
| | * Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-036-10/+397
| | | | | | | | | | | | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
| | * Add sqlite3 to aktualizr dependencies.Patrick Vacek2018-05-031-1/+1
| |/ | | | | | | It's worked fine without it, but better to be explicit.
| * Merge pull request #305 from advancedtelematic/fix/var-sota-permsPatrick Vacek2018-04-302-6/+10
| |\ | | | | | | Fix /var/sota perms
| | * Add missing delay in loop.Phil Wise2018-04-301-6/+8
| | |
| | * Fix permissions of /var/sota in image_types_otaPhil Wise2018-04-271-0/+2
| |/ | | | | | | We should also do this in the recipes
| * Merge pull request #302 from advancedtelematic/feat/pro-5211-rockoBen Luck2018-04-241-1/+1
| |\ | | | | | | Bump Aktualizr to get PRO-5211 Report network info
| | * Bump Aktualizr to get PRO-5211 Report network infoPhil Wise2018-04-231-1/+1
| |/
| * Merge pull request #297 from advancedtelematic/bugfix/decodelbonn2018-04-131-1/+1
| |\ | | | | | | Decode bytes.
| | * Decode bytes.Patrick Vacek2018-04-131-1/+1
| |/
| * Merge pull request #291 from advancedtelematic/feat/garage-sign-auto-versioncajun-rat2018-04-132-6/+39
| |\ | | | | | | Feat/garage sign auto version
| | * If GARAGE_SIGN_VERSION is not provided, ask the server for a version.Patrick Vacek2018-04-132-1/+26
| | | | | | | | | | | | | | | Get the server URL out of the credentials and ask what version the server is using.
| | * Pass requested garage-sign version to aktualizr.Patrick Vacek2018-04-131-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set GARAGE_SIGN_VERSION in local.conf to request a specific version, e.g.: GARAGE_SIGN_VERSION = "cli-0.3.0-5-g5908997.tgz" If unset, the default (latest version) will be used. Set GARAGE_SIGN_SHA256 in local.conf to specify a hash to check, e.g.: GARAGE_SIGN_SHA256 = "94f5db1accbbbaa279f7ac5a2e618f5448adeafbe32d6cbc90c8604054ab653e" If unset, the sha256 is not computed.
| * | Merge pull request #289 from advancedtelematic/docs/reorg-and-toccajun-rat2018-04-132-13/+26
| |\ \ | | |/ | |/| Move dev settings to main README. Add table of contents.
| | * Move dev settings to main README. Add table of contents.Patrick Vacek2018-04-032-13/+26
| | |
| * | Merge pull request #290 from advancedtelematic/fix/linux-new-kernelPatrick Vacek2018-04-091-3/+0
| |\ \ | | |/ | |/| Stop forcing Linux 4.4 on qemux86-64
| | * Stop forcing Linux 4.4 on qemux86-64Laurent Bonnans2018-04-061-3/+0
| | | | | | | | | | | | The mentioned issue doesn't seem to exist anymore
* | | Merge pull request #300 from rsalveti/installed_versionscajun-rat2018-04-231-1/+5
|\ \ \ | | | | | | | | Check for custom target version for installed_versions
| * | | Check for custom target version for installed_versionsRicardo Salveti2018-04-181-1/+5
|/ / / | | | | | | | | | | | | | | | | | | Make sure to use the custom target version when creating installed_versions if defined by the user. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | Merge pull request #298 from rsalveti/sumocajun-rat2018-04-181-0/+1
|\ \ \ | | | | | | | | layer.conf: add LAYERSERIES_COMPAT markup
| * | | layer.conf: add LAYERSERIES_COMPAT markupRicardo Salveti2018-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | Merge pull request #299 from rsalveti/pythoncajun-rat2018-04-181-2/+1
|\ \ \ \ | |/ / / |/| | | ostree: remove python from rdepends
| * | | ostree: remove python from rdependsRicardo Salveti2018-04-181-2/+1
|/ / / | | | | | | | | | | | | | | | | | | Python is not needed by ostree itself (no script or utility using python), so remove it from the rdepends list. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | Merge pull request #287 from rsalveti/extrasPatrick Vacek2018-04-121-7/+10
|\ \ \ | | | | | | | | aktualizr: include default configs as part of host-tools
| * | | aktualizr: include default configs as part of host-toolsRicardo Salveti2018-04-031-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide the default sota configs as part of host-tools so they can be used by aktualizr_cert_provider and aktualizr_implicit_writer. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | Merge pull request #292 from rsalveti/garage-tagPatrick Vacek2018-04-122-2/+10
|\ \ \ \ | | | | | | | | | | Add support for custom garage target version and url
| * | | | Add support for custom garage target version and urlRicardo Salveti2018-04-112-2/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Both values can be defined by the user, allowing a custom version id and URL, which is specially useful for CI builds. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | Merge pull request #286 from rsalveti/repo_rmPatrick Vacek2018-04-051-0/+1
|\ \ \ \ | | | | | | | | | | image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push
| * | | | image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after pushRicardo Salveti2018-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid exposing the sign repo after the build is completed. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | | Merge pull request #285 from rsalveti/sota_rpiPatrick Vacek2018-04-041-2/+1
|\ \ \ \ \ | |_|/ / / |/| | | | sota.bbclass: use common rpi override for raspberrypi
| * | | | sota.bbclass: use common rpi override for raspberrypiRicardo Salveti2018-03-291-2/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | sota_raspberrypi can handle the rpi differences if required. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | Merge pull request #284 from rsalveti/rocko-mergePatrick Vacek2018-04-0323-128/+846
|\ \ \ \ | |/ / / |/| | | Merge latest rocko updates into master
| * | | Merge remote-tracking branch 'origin/rocko' into rocko-mergeRicardo Salveti2018-03-2923-128/+846
|/| | | | |/ / | | | | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| * | Merge pull request #283 from advancedtelematic/refactor/cleanupPatrick Vacek2018-03-296-8/+27
| |\ \ | | |/ | |/| Assorted minor cleanup and formatting.
| | * Assorted minor cleanup and formatting.Patrick Vacek2018-03-296-8/+27
| |/ | | | | | | | | | | Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275
| * Merge pull request #281 from advancedtelematic/fix/bump-aktualizrPatrick Vacek2018-03-281-1/+1
| |\ | | | | | | Bump aktualizr
| | * Bump aktualizrLaurent Bonnans2018-03-281-1/+1
| |/ | | | | | | Needed to work with the addition of aktualizr-check-discovery
| * Merge pull request #280 from advancedtelematic/bugfix/aktualizr-check-discoveryPatrick Vacek2018-03-281-0/+1
| |\ | | | | | | Add aktualizr-check-discovery to shipped files
| | * Add aktualizr-check-discovery to shipped filesLaurent Bonnans2018-03-281-0/+1
| |/
| * Merge pull request #279 from advancedtelematic/feat/secondarycajun-rat2018-03-287-4/+60
| |\ | | | | | | Improve Secondary support
| | * Restrict secondary network to localhostPhil Wise2018-03-271-1/+1
| | |
| | * Add SOTA client feature to enable secondary networkPhil Wise2018-03-276-3/+59
| |/ | | | | | | Also add a test for the 'primary-image'
| * Merge pull request #278 from advancedtelematic/feat/udp-socket-activationlbonn2018-03-263-3/+4
| |\ | | | | | | UDP Socket activation for discovery service