summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PRO-3923 Add persistence option to run-qemu scriptJon Oster2017-09-051-2/+25
|
* Merge pull request #130 from leon-anavi/mortyBen Luck2017-08-281-2/+2
|\ | | | | ostree_git.bb: Depends on xz for liblzma
| * ostree_git.bb: Depends on xz for liblzmaLeon Anavi2017-08-231-2/+2
|/ | | | | | | | Move Yocto/OE recipe xz from the run-time dependencies to the dependencies because liblzma is required for the successful configuration of OSTree. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Merge pull request #126 from leon-anavi/mortyBen Luck2017-08-221-7/+16
|\ | | | | Show warnings if credentials are not provided
| * Show warnings if credentials are not providedLeon Anavi2017-08-171-7/+16
| | | | | | | | | | | | | | Print warnings if variable SOTA_PACKED_CREDENTIALS is not set or if the specified file does not exist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge pull request #123 from dl9pf/patch-11Ben Luck2017-08-221-0/+1
|\ \ | | | | | | Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
| * | Set IMAGE_OVERHEAD_FACTOR for fixed initrd sizeJan-Simon Möller2017-08-141-0/+1
| |/ | | | | | | | | | | Set IMAGE_OVERHEAD_FACTOR = "1.0" Otherwise the initrd was 12M due to the default overhead (x1.3).
* | Merge pull request #121 from advancedtelematic/feat/bump-sotaBen Luck2017-08-221-2/+3
|\ \ | | | | | | update sota-client to d41540a5
| * | update sota-client to d41540a5Robert Danitz2017-08-141-2/+3
| |/
* | Merge pull request #127 from leon-anavi/PRO-3776Ben Luck2017-08-221-1/+9
|\ \ | |/ |/| scripts/envsetup.sh: Use machine specific local.conf
| * scripts/envsetup.sh: Use machine specific local.confLeon Anavi2017-08-181-1/+9
|/ | | | | | | | | | | Use the configurations for local.conf provided by layer meta-updater-* (depending on the machine) if variable TEMPLATECONF has not been set. Otherwise, if the variable is not set or if the layer does not provide any configurations then the default will be used (just as before this change). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Merge pull request #119 from advancedtelematic/bugfix/treehub.jsonOYTIS2017-08-111-0/+3
|\ | | | | Delete treehub.json from the credentials package on the device
| * Delete treehub.json from the credentials package on the deviceAnton Gerasimov2017-08-101-0/+3
|/
* Merge pull request #110 from advancedtelematic/bugfix/PRO-3484/avoid-build-unzipOYTIS2017-08-108-61/+28
|\ | | | | Bugfix/pro 3484/avoid build unzip
| * Remove device section as it is no longer used.Patrick Vacek2017-08-081-4/+0
| |
| * Prepare credentials correctly for rvi-sota-client.Patrick Vacek2017-08-073-6/+5
| | | | | | | | | | | | | | | | | | Unzip credentials archive and create files as appropriate, since none of that is necessary for aktualizr anymore. This is now done in the sota_provision script. It apparently does not work in the rvi-sota-client recipe, but this solution is perhaps even cleaner anyway.
| * Minor documentation typo/grammar fix.Patrick Vacek2017-08-071-1/+1
| |
| * Call garage-push directly with zip file instead of sending unzipped contents.Patrick Vacek2017-08-074-50/+22
|/ | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building.
* Merge pull request #115 from advancedtelematic/bugfix/sota-launcher-dependsRobert Danitz2017-08-023-3/+4
|\ | | | | fix dependency of sota-launcher to correct rvi-sota-client
| * fix dependency of sota-launcher to correct rvi-sota-clientRobert Danitz2017-08-022-1/+2
| |
| * update sota-client to b9170dfRobert Danitz2017-08-021-2/+2
|/
* Merge pull request #114 from ↵Jon Oster2017-08-011-0/+1
|\ | | | | | | | | advancedtelematic/bugfix/PRO-3681-reenable-petname-rvi-sota-server PRO-3681 Add python-petname back in rvi-sota-server RDEPENDS
| * PRO-3681 Add python-petname back in rvi-sota-server RDEPENDSJon Oster2017-08-011-0/+1
|/
* Merge pull request #107 from advancedtelematic/refactor/PRO-3377/secondary-ecuscajun-rat2017-07-316-161/+210
|\ | | | | Split rvi-sota-client into multiple binaries
| * rename back sota-client to rvi-sota-clientRobert Danitz2017-07-312-1/+1
| |
| * Split rvi-sota-client into multiple binariesShaun Taheri2017-07-266-95/+144
| |
* | Merge pull request #111 from advancedtelematic/bugfix/pro-3663/sota-toolscajun-rat2017-07-311-1/+1
|\ \ | |/ |/| Bump version of sota-tools
| * Bump version of sota-toolsPhil Wise2017-07-311-1/+1
|/ | | | This fixes a build error on Ubuntu.
* Merge pull request #104 from advancedtelematic/feat/new-run-qemucajun-rat2017-07-2010-1982/+150
|\ | | | | Copy run-qemu script over from meta-updater-qemux86-64
| * Copy run-qemu script over from meta-updater-qemux86-64Phil Wise2017-07-2010-1982/+150
| | | | | | | | Also remove old bash scripts for running inside qemu
* | Merge pull request #106 from advancedtelematic/bugfix/PRO-3157-restore-petnamescajun-rat2017-07-201-2/+2
|\ \ | | | | | | PRO-3157 Restore petname usage in rvi-sota-client provision script
| * | PRO-3157 Restore petname usage in rvi-sota-client provision scriptJon Oster2017-07-201-2/+2
| |/ | | | | | | | | | | Petname usage got inadvertently removed a few commits ago, but nobody noticed. We need the petnames because otherwise attempting to reprovision a device will fail.
* | Merge pull request #103 from leon-anavi/mortycajun-rat2017-07-201-1/+1
|\ \ | |/ |/| aktualizr: Update to 207898e
| * aktualizr: Update to c24f1fcLeon Anavi2017-07-201-1/+1
| | | | | | | | | | | | | | Update to stable version of Aktualizr known to perform successful end to end update using Poky. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * aktualizr: Update to 207898eLeon Anavi2017-07-141-1/+1
|/ | | | | | Fix issues with the random generated device ID. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Merge pull request #97 from advancedtelematic/refactor/PRO-3413/update-clientcajun-rat2017-07-104-76/+143
|\ | | | | Update rvi_sota_client to latest commit
| * Remove canonical_json.py from rvi_sota_client recipeShaun Taheri2017-07-101-61/+78
| |
| * Update rvi_sota_client to latest commitShaun Taheri2017-07-054-20/+70
| |
* | Merge pull request #99 from advancedtelematic/bugfix/rpixzOYTIS2017-07-052-8/+2
|\ \ | | | | | | Compress rpi-sdimg-ota
| * | Fix output directory in sdcard_image-rpi-otaAnton Gerasimov2017-07-041-7/+1
| | |
| * | Use compression on output file to save spaceJan-Simon Möller2017-06-291-1/+1
| | | | | | | | | We could make that a option to the user ...
* | | Merge pull request #91 from dl9pf/patch-1cajun-rat2017-07-051-1/+1
|\ \ \ | |_|/ |/| | Remove also compressed rpi-sdimg.xz
| * | Remove also compressed rpi-sdimg.xzJan-Simon Möller2017-06-291-1/+1
| |/
* | Merge pull request #93 from dl9pf/patch-3cajun-rat2017-06-301-3/+3
|\ \ | |/ |/| Disable noisy warnings ... should only print once.
| * Disable noisy warnings ... should only print once.Jan-Simon Möller2017-06-291-3/+3
|/
* Merge pull request #88 from ↵cajun-rat2017-06-281-1/+2
|\ | | | | | | | | advancedtelematic/feat/PRO-3341/PRO-3342/report-device-info PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reporting
| * PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reportingJon Oster2017-06-281-1/+2
|/
* Merge pull request #86 from advancedtelematic/feat/pro-3320cajun-rat2017-06-283-6/+7
|\ | | | | Aktualizr updates, including sync()
| * Aktualizr updates, including sync()Phil Wise2017-06-263-6/+7
| | | | | | | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory
* | Merge pull request #87 from advancedtelematic/bugfix/agl-doesnt-bootcajun-rat2017-06-281-0/+4
|\ \ | | | | | | Override IMAGE_ROOTFS_EXTRA_SPACE