summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OTA-3629: Responding to PR commentsdocs/OTA-3594/antora-mergeMerlin Carter2019-08-292-8/+5
| | | | | | | | - added "tree" instead of "blob" in root path. - Adding ref to developer guide - fixed erroneous note. Signed-off-by: Merlin Carter <merlin.carter@here.com>
* OTA-3594: adding restructured Antora-friendly contentMerlin Carter2019-08-2810-292/+412
| | | | | | | | | | | | | | -Adding Antora dir structure - Break up content into individual file - Setting up files for including in other repos - Making options easier to read and more consistent with other reference doc. - Updated README to link to individual topic files rather than all on one page. - Added Mathias's requested HW and bootloader info - Added xaviers requested NRE clause. Signed-off-by: Merlin Carter <merlin.carter@here.com>
* Merge pull request #590 from advancedtelematic/fix/OTA-3419/garage-sign-expiryPatrick Vacek2019-08-214-7/+29
|\ | | | | aktualizr: latest garage-sign with expiration support.
| * README: new section for garage-sign.fix/OTA-3419/garage-sign-expiryPatrick Vacek2019-08-211-0/+6
| | | | | | | | | | | | Specifically to explain the metadata expiry topic better. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * Use a default expiry of one month if nothing is specified.Patrick Vacek2019-08-211-0/+2
| | | | | | | | | | | | | | This mimics the intended behavior of the default in garage-sign, but doesn't rely on the date in the unsigned targets. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * aktualizr: latest garage-sign with expiration support.Patrick Vacek2019-08-204-7/+21
|/ | | | | | | Use GARAGE_TARGET_EXPIRES or GARAGE_TARGET_EXPIRE_AFTER (but not both!) to set the garage-sign parameters. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #587 from advancedtelematic/fix/grub-ostreelbonn2019-08-191-0/+2
|\ | | | | Expose OSTREE_BOOT_PARTITION in do_image_ota
| * Expose OSTREE_BOOT_PARTITION in do_image_otafix/grub-ostreeLaurent Bonnans2019-08-191-0/+2
|/ | | | | | Used by ostree-grub-generator Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #586 from advancedtelematic/fix/ptest-qalbonn2019-08-161-1/+1
|\ | | | | Fix error during package_qa with aktualizr-ptest
| * Fix error during package_qa with aktualizr-ptestLaurent Bonnans2019-08-161-1/+1
|/ | | | | | | | | | | | | | | Oddly, this started happening: ERROR: aktualizr-1.0+gitAUTOINC+03778511cc-7 do_package_qa: QA Issue: /usr/lib/aktualizr/ptest/src/tests/sota_tools/headers_response_server.py contained in package aktualizr-ptest requires /usr/bin/python3, but no providers found in RDEPENDS_aktualizr-ptest? [file-rdeps] However, the python3 binary is already provided by python3-modules but for some reason the qa check tool trips on it. We need to add an explicit `python3-core` in the list. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix/ostree branchname 2 (#585)lbonn2019-08-152-7/+7
|\ | | | | Fix/ostree branchname 2
| * Do not export anything in sota.bbclassfix/ostree-branchname-2Laurent Bonnans2019-08-151-5/+5
| | | | | | | | | | | | | | A simple variable definition will be enough and doing an export there completely kills caching. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Revert "Move OSTREE_BRANCHNAME to image_types_ostree.bbclass."Laurent Bonnans2019-08-152-3/+3
|/ | | | | | This reverts commit 8e7a0aeb3682386ed674ed0f682634d6a50983b7. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #532 from ↵Patrick Vacek2019-08-121-4/+4
|\ | | | | | | | | advancedtelematic/feat/OTA-2666/garage-tools-mutual-tls Feat/ota 2666/garage tools mutual tls
| * Bump aktualizr and garage-sign versions to the latest.feat/OTA-2666/garage-tools-mutual-tlsPatrick Vacek2019-08-121-4/+4
| | | | | | | | | | | | Both include support for mutual TLS in the garage tools. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #578 from advancedtelematic/fix/qemucommandEugene Smirnov2019-08-121-6/+10
|\ \ | |/ |/| qemucommand.py: redirect qemu monitor to null chardev
| * qemucommand.py: redirect qemu monitor to null chardevfix/qemucommandEugene Smirnov2019-08-121-6/+10
| | | | | | | | | | | | | | | | By default qemu monitor gets attached to stdio, and that interferes with the test output. We also don't need vga options in nographic mode. Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
* | Merge pull request #572 from ↵Patrick Vacek2019-08-082-7/+12
|\ \ | |/ |/| | | | | advancedtelematic/test/ota-3064/test-for-setting-custom-hardware-id Test for setting hwid
| * Test for setting hwidtest/ota-3064/test-for-setting-custom-hardware-idZee3141592019-08-082-7/+12
|/ | | | | | Fixed bug taking device ID for hardware ID Signed-off-by: Zee314159 <252806294@qq.com>
* Revert "Do not create connman's resolv.conf symlink at boot" (#577)lbonn2019-08-052-27/+0
|\ | | | | Revert "Do not create connman's resolv.conf symlink at boot"
| * Revert "Do not create connman's resolv.conf symlink at boot"fix/connman-masterLaurent Bonnans2019-08-052-27/+0
|/ | | | | | | | This reverts commit 2c72b0ce1f5cb77f043176ed94e97572ac81d9bf. The problem is already fixed in connman >= 1.36 (1.37 on master) Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #574 from advancedtelematic/connman-fix-masterPatrick Vacek2019-08-027-5/+75
|\ | | | | Connman fix master
| * Bump aktualizrconnman-fix-masterLaurent Bonnans2019-08-011-1/+1
| | | | | | | | | | | | For the fix in https://github.com/advancedtelematic/aktualizr/pull/1275 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * More helpful error message when running qemuLaurent Bonnans2019-08-011-1/+3
| | | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Add bugfix service for old connman to systemd-networkdLaurent Bonnans2019-08-013-3/+44
| | | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Do not create connman's resolv.conf symlink at bootLaurent Bonnans2019-08-012-0/+27
|/ | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #568 from ↵Patrick Vacek2019-08-011-8/+11
|\ | | | | | | | | advancedtelematic/feat/OTA-3115/Dont-patch-credentials feat/OTA-3155/Dont-patch-credentials
| * Dont patch credentialsfeat/OTA-3115/Dont-patch-credentialsZee3141592019-07-301-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | Unzip files in tmp directory, updated comments Fixed a zip bug Grouped elements with warnings With a fancier loop Signed-off-by: Zee314159 <252806294@qq.com>
* | Merge pull request #571 from ↵Patrick Vacek2019-07-301-1/+1
|\ \ | | | | | | | | | | | | advancedtelematic/fix/aktualizr-polling-interval-typo README: fix type in recipe name.
| * | README: fix type in recipe name.fix/aktualizr-polling-interval-typoPatrick Vacek2019-07-301-1/+1
|/ / | | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> Suggested-by: Montgomery, Greg <greg.montgomery@here.com>
* | Merge pull request #570 from alistair23/alistair/fitImagePatrick Vacek2019-07-291-6/+2
|\ \ | | | | | | freedom-u540: Remove the fitImage overrides
| * | freedom-u540: Remove the fitImage overridesAlistair Francis2019-07-261-6/+2
|/ / | | | | | | | | | | | | meta-riscv now generates a fitImage by default for the freedom-u540 machine so remove the unneeded overrides. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
* | Merge pull request #569 from advancedtelematic/feat/support-warriorPatrick Vacek2019-07-261-0/+1
|\ \ | | | | | | CONTRIBUTING: mention support for warrior.
| * | CONTRIBUTING: mention support for warrior.feat/support-warriorPatrick Vacek2019-07-261-0/+1
| |/ | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #567 from advancedtelematic/fix/sample-provPatrick Vacek2019-07-261-1/+1
|\ \ | | | | | | local.conf.sample: fix provisioning naming.
| * | local.conf.sample: fix provisioning naming.fix/sample-provPatrick Vacek2019-07-251-1/+1
| |/ | | | | | | | | | | Missed that somehow when we did the renaming. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #561 from advancedtelematic/doc/OTA-2578/loggingPatrick Vacek2019-07-261-5/+29
|\ \ | |/ |/| Doc/ota 2578/logging
| * README: add recommendations for logging.doc/OTA-2578/loggingPatrick Vacek2019-07-241-1/+17
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * README: describe OSTREE_BRANCHNAME.Patrick Vacek2019-07-241-0/+1
| | | | | | | | | | | | | | Not sure how that one got away for so long! It's one of the most commonly used, after all. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
| * README: update list of supported boards.Patrick Vacek2019-07-241-4/+11
| | | | | | | | | | | | Renesas isn't actually new, but the TI support is. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #565 from ricardosalveti/masterPatrick Vacek2019-07-253-0/+19
|\ \ | | | | | | sota: add support for freedom-u540
| * | sota: add support for freedom-u540Ricardo Salveti2019-07-243-0/+19
| |/ | | | | | | | | | | fitImage used by default. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* | Merge pull request #566 from ricardosalveti/initramfsPatrick Vacek2019-07-251-0/+3
|\ \ | | | | | | initramfs-ostree-image: unset EXTRA_IMAGEDEPENDS to avoid extra dependencies
| * | initramfs-ostree-image: unset EXTRA_IMAGEDEPENDS to avoid extra dependenciesinitramfsRicardo Salveti2019-07-241-0/+3
| |/ | | | | | | | | | | | | | | It is common for machine configurations to set EXTRA_IMAGEDEPENDS, which can end up causing circular dependencies when building the initramfs image (they are usually only required for the actual rootfs image). Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* | Merge pull request #562 from ↵Patrick Vacek2019-07-241-1/+7
|\ \ | |/ |/| | | | | advancedtelematic/feat/OTA-2844/oe-selftests-use-wait-until-provisioned feat/OTA-2844/oe-selftests-use-wait-until-provisioned
| * Checked stderr and stdoutZee3141592019-07-241-1/+3
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
| * Removed unnecessary code and added commentsfeat/OTA-2844/oe-selftests-use-wait-until-provisionedZee3141592019-07-241-5/+3
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
| * fixed bugsZee3141592019-07-241-1/+7
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
* | Move `before_script` gitlab steps to `script` (#563)lbonn2019-07-244-12/+28
|\ \ | | | | | | Move `before_script` gitlab steps to `script`
| * | Longer timeout for primary/secondary oe-selftestci/flexi-tweaksLaurent Bonnans2019-07-241-1/+1
| | | | | | | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>