summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #108 from leon-anavi/pyrocajun-rat2017-07-2517-2063/+307
|\ \ | | | | | | Pyro
| * | glib-networking_%.bbappend: Remove hackeryLeon Anavi2017-07-251-4/+0
| | | | | | | | | | | | | | | | | | | | | Remove the hackery that removes pkgconfig because it broke the build of glib-networking-native. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | u-boot_2016.11: Copy U-Boot recipe from mortyLeon Anavi2017-07-251-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Copy the Yocto/OE recipe for U-Boot from branch morty to ensure that rpi_3_32b_defconfig is present and U-Boot can be built for Raspberry Pi 3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | Merge branch 'morty' of https://github.com/advancedtelematic/meta-updater ↵Leon Anavi2017-07-2515-2059/+294
|/| | | |/ | | | | into pyro
| * 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 #102 from leon-anavi/pyrocajun-rat2017-07-101-1/+2
|\ \ \ | | | | | | | | image_types_ostree.bbclass: Fix path to unzip
| * | | image_types_ostree.bbclass: Fix path to unzipLeon Anavi2017-07-071-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The creation of images, such as rpi-basic-image failed on branch Pyro due to missing/wrong path to unzip. This patch adds unzip-native as a dependency and ensures that the image will be created successfully. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | | Merge pull request #101 from advancedtelematic/feat/mergemortycajun-rat2017-07-0521-75/+148
|\ \ \ | | | | | | | | Merge current progress from morty to pyro
| * | | Merge branch 'morty' into pyroAnton Gerasimov2017-07-0521-75/+148
|/| | | | |/ /
| * | 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
| | * | Override IMAGE_ROOTFS_EXTRA_SPACEPhil Wise2017-06-261-0/+4
| | |/ | | | | | | | | | | | | AGL sets this to 500MB to allow extra space in the default image. Set it to 0 in the initramfs.
| * | Merge pull request #83 from advancedtelematic/bugfix/PRO-3330/build-scriptcajun-rat2017-06-271-33/+20
| |\ \ | | |/ | |/| Fix bash script path
| | * Fix new/existing build directory logicPhil Wise2017-06-261-1/+3
| | |
| | * Quote all bash variablesShaun Taheri2017-06-261-36/+18
| | |
| | * Fix script directory in zshShaun Taheri2017-06-261-4/+7
| |/
| * Merge pull request #85 from advancedtelematic/feat/DEM-158/R-Car-M3cajun-rat2017-06-225-18/+30
| |\ | | | | | | R-Car M3 Support
| | * Retry mounting sysrootPhil Wise2017-06-222-2/+8
| | | | | | | | | | | | Fixes DEM-169
| | * Fix warnings from shellcheck shell linterPhil Wise2017-06-221-16/+10
| | |
| | * sota: Support m3ulcbLeon Anavi2017-06-223-0/+12
| |/ | | | | | | | | | | Support Renesas R Car Starter Kit Generation 3 (m3ulcb). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Merge pull request #84 from advancedtelematic/fix/SPEC-761OYTIS2017-06-221-2/+3
| |\ | | | | | | Preserve /var/local
| | * Preserve /var/localPhil Wise2017-06-221-2/+3
| |/ | | | | | | Fixes SPEC-761 in AGL
| * Update docs linksJon Oster2017-06-201-2/+2
| |
| * Merge pull request #82 from advancedtelematic/feat/big-updateStevan Andjelkovic2017-06-193-0/+38
| |\ | | | | | | adds two versions of a random, seeded big file
| | * adds two versions of a random, seeded big fileRobert Danitz2017-06-143-0/+38
| | |
| * | Merge pull request #77 from advancedtelematic/feat/aktualizruptanecajun-rat2017-06-146-10/+45
| |\ \ | | |/ | |/| Add uptane-capable aktualizr
| | * Add uptane-capable aktualizrAnton Gerasimov2017-06-146-10/+45
| | |
| * | Merge pull request #79 from advancedtelematic/bugfix/sotaclientcajun-rat2017-06-122-1/+1
| |\ \ | | | | | | | | Set default SOTA_CLIENT directly in sota.bbclass
| | * | Fix a typo (missing double quotes)OYTIS2017-06-091-1/+1
| | | |
| | * | Set default SOTA_CLIENT directly in sota.bbclassAnton Gerasimov2017-06-082-1/+1
| |/ /
* | | Merge pull request #92 from dl9pf/patch-2cajun-rat2017-07-051-1/+1
|\ \ \ | | | | | | | | Also remove compressed rpi-sdimg.xz