summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * Bump aktualizr version to get socket activation fixesfeat/udp-socket-activationPhil Wise2018-03-261-1/+1
| | | | | | | | | | | | Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required.
| | * Change port number to match default used elsewherePhil Wise2018-03-261-1/+1
| | |
| | * UDP Socket activation for discovery servicePhil Wise2018-03-232-2/+3
| |/ | | | | | | Also, timeout communication to the DUT after 60s.
| * Merge pull request #277 from advancedtelematic/feat/pro-5060-run-qemu-otacajun-rat2018-03-229-1/+76
| |\ | | | | | | run-qemu-ota support for secondaries
| | * Fix up testsPhil Wise2018-03-201-0/+1
| | |
| | * Add a --secondary-network option to run-qemu-otaPhil Wise2018-03-198-1/+75
| |/ | | | | | | | | This sets up a simulated 'in vehicle' network. Add support for a Primary node with a DHCP server and a secondary node with a DHCP client.
| * Merge pull request #276 from advancedtelematic/feat/pro-5060/meta-updatercajun-rat2018-03-166-22/+119
| |\ | | | | | | Add secondary-image to meta-updater
| | * Add systemd socket activation for secondaryPhil Wise2018-03-144-1/+33
| | |
| | * Add secondary-image to meta-updaterPhil Wise2018-03-144-22/+87
| |/ | | | | | | | | | | This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'.
| * Merge pull request #268 from advancedtelematic/test/better-oe-selftestcajun-rat2018-03-082-75/+195
| |\ | | | | | | Test/better oe selftest
| | * Add a basic raspberry pi test.test/better-oe-selftestPatrick Vacek2018-03-021-16/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's not much we can do, since booting the device via a test is not practical. Still, it's useful to make sure that we can build the image. If trying to build the image in an environment designed for qemu, this takes some trickery to set things up just right. Also consistently set up layers before setting the MACHINE, since the sanity checker sometimes complains otherwise.
| | * Mention SOTA_PACKED_CREDENTIALS in oe-selftest section of docs.Patrick Vacek2018-03-011-4/+6
| | | | | | | | | | | | Also fix a broken link.
| | * Add qemu layer for qemu tests if not present.Patrick Vacek2018-02-281-8/+53
| | | | | | | | | | | | | | | | | | | | | | | | The layers required for the grub test are now also only added if not already present. This should make the tests runnable from an environment configured for raspberry pi.
| | * oe-selftest improvements.Patrick Vacek2018-02-281-60/+51
| | | | | | | | | | | | | | | | | | | | | * Check successful provisioning with autoprov and grub. * Refactor provisioning check into an independent function. * Rename QemuTests to AutoProvTests since that's what it is now. * Be more explicit about MACHINE.
| * | Merge pull request #262 from advancedtelematic/feat/fitimage-rpicajun-rat2018-03-081-4/+13
| |\ \ | | | | | | | | Use FIT image on RPi
| | * | Use FIT image on RPiAnton Gerasimov2018-02-221-4/+13
| | | |
| * | | Merge pull request #271 from advancedtelematic/bugfix/fix-image-size-rockoPatrick Vacek2018-03-071-1/+1
| |\ \ \ | | |_|/ | |/| | Fix calculate_size in case $SIZE < $MIN
| | * | Fix calculate_size in case $SIZE < $MINMatthias Andreas Benkard2018-03-071-1/+1
| |/ / | | | | | | calculate_size had a typo that made one of the cases fail. This patch fixes it.
| * | Merge pull request #267 from advancedtelematic/test/PRO-4481/hsm-rockoPatrick Vacek2018-02-284-68/+322
| |\ \ | | | | | | | | Test/pro 4481/hsm rocko
| | * | Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rockoPatrick Vacek2018-02-274-68/+322
| |/| | | | | | | | | | | | | | Bring in updates to oe-selftest.
| | * | Merge pull request #261 from advancedtelematic/test/PRO-4853/impl-prov-selftestBen Luck2018-02-271-61/+108
| | |\ \ | | | | | | | | | | oe-selftest for implicit provisioning
| | | * | Fix typo in oe-selftestLaurent Bonnans2018-02-271-1/+1
| | | | |
| | | * | Less redundant bitbaking in oe-selftestLaurent Bonnans2018-02-271-12/+2
| | | | |
| | | * | Factorize aktualizr native helper in oe-selftestLaurent Bonnans2018-02-271-75/+43
| | | | |