Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Show warnings if credentials are not provided | Leon Anavi | 2017-08-17 | 1 | -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> | |||||
| * | Delete treehub.json from the credentials package on the device | Anton Gerasimov | 2017-08-10 | 1 | -0/+3 | |
| | | ||||||
| * | Call garage-push directly with zip file instead of sending unzipped contents. | Patrick Vacek | 2017-08-07 | 1 | -43/+16 | |
| | | | | | | | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building. | |||||
| * | Split rvi-sota-client into multiple binaries | Shaun Taheri | 2017-07-26 | 1 | -1/+5 | |
| | | ||||||
* | | image_types_ostree.bbclass: Fix path to unzip | Leon Anavi | 2017-07-07 | 1 | -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 #99 from advancedtelematic/bugfix/rpixz | OYTIS | 2017-07-05 | 2 | -8/+2 | |
|\ | | | | | Compress rpi-sdimg-ota | |||||
| * | Fix output directory in sdcard_image-rpi-ota | Anton Gerasimov | 2017-07-04 | 1 | -7/+1 | |
| | | ||||||
| * | Use compression on output file to save space | Jan-Simon Möller | 2017-06-29 | 1 | -1/+1 | |
| | | | | | | We could make that a option to the user ... | |||||
* | | Merge pull request #91 from dl9pf/patch-1 | cajun-rat | 2017-07-05 | 1 | -1/+1 | |
|\ \ | | | | | | | Remove also compressed rpi-sdimg.xz | |||||
| * | | Remove also compressed rpi-sdimg.xz | Jan-Simon Möller | 2017-06-29 | 1 | -1/+1 | |
| |/ | ||||||
* / | Disable noisy warnings ... should only print once. | Jan-Simon Möller | 2017-06-29 | 1 | -3/+3 | |
|/ | ||||||
* | Aktualizr updates, including sync() | Phil Wise | 2017-06-26 | 1 | -1/+1 | |
| | | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory | |||||
* | sota: Support m3ulcb | Leon Anavi | 2017-06-22 | 2 | -0/+10 | |
| | | | | | | Support Renesas R Car Starter Kit Generation 3 (m3ulcb). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||||
* | Preserve /var/local | Phil Wise | 2017-06-22 | 1 | -2/+3 | |
| | | | | Fixes SPEC-761 in AGL | |||||
* | Merge pull request #77 from advancedtelematic/feat/aktualizruptane | cajun-rat | 2017-06-14 | 1 | -1/+1 | |
|\ | | | | | Add uptane-capable aktualizr | |||||
| * | Add uptane-capable aktualizr | Anton Gerasimov | 2017-06-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a typo (missing double quotes) | OYTIS | 2017-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | Set default SOTA_CLIENT directly in sota.bbclass | Anton Gerasimov | 2017-06-08 | 1 | -0/+1 | |
| | | ||||||
* | | Add option to choose which sota client to use (if any) | Anton Gerasimov | 2017-05-31 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #64 from advancedtelematic/feat/PRO-2945/zipcreds | Jon Oster | 2017-05-26 | 1 | -0/+48 | |
|\ | | | | | Add support for zipped credentials | |||||
| * | Fix broken English | OYTIS | 2017-05-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix a typo | OYTIS | 2017-05-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for zipped credentials | Anton Gerasimov | 2017-05-24 | 1 | -0/+48 | |
| | | ||||||
* | | Merge pull request #72 from advancedtelematic/bugfix/PRO-3141/rpi-sdimg | cajun-rat | 2017-05-26 | 2 | -4/+3 | |
|\ \ | | | | | | | Remove unneeded image types | |||||
| * | | Remove unneeded image types | Anton Gerasimov | 2017-05-26 | 2 | -4/+3 | |
| | | | ||||||
* | | | Support Aktualizr in manual-provisioning mode | Phil Wise | 2017-05-24 | 1 | -0/+2 | |
|/ / | | | | | | | | | | | | | | | | | Aktualizr currently supports OSTree updates in non-autoprovisioned mode. Add a systemd service to run it in that mode. It uses the same location for the config file as rvi-sota-client (/sysroot/boot/sota.toml) Also, the aktualizr recipe is reformatted according to meta-openembedded/contrib/oe-stylize.py (which follows the OE styleguide) | |||||
* | | Merge pull request #67 from advancedtelematic/fix/machine-prefix | cajun-rat | 2017-05-24 | 1 | -1/+2 | |
|\ \ | | | | | | | Prefix OSTREE_BRANCHNAME with ${MACHINE}- | |||||
| * | | Prefix OSTREE_BRANCHNAME with ${MACHINE}- | Phil Wise | 2017-05-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | As a temporary fix, treehub is going to use this to derive the relevant hardwareIdentifier for a push. | |||||
* | | | Fix typo in machine name for R-Pi3 | Phil Wise | 2017-05-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #61 from advancedtelematic/feat/noop | cajun-rat | 2017-05-22 | 6 | -27/+32 | |
|\ \ | | | | | | | Make layer inclusion a neutral operation | |||||
| * | | Don't build wic on qemu and rpi | Anton Gerasimov | 2017-05-16 | 2 | -0/+4 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/morty' into feat/noop | Anton Gerasimov | 2017-05-11 | 2 | -4/+21 | |
| |\| | ||||||
| * | | Make layer inclusion a neutral operation | Anton Gerasimov | 2017-05-10 | 4 | -27/+28 | |
| | | | | | | | | | | | | | | | | | | | | | Classes are and bbappends are reworked so that mere inclusion of this layer to bbappends.conf doesn't change anything. In addition class behavior can now be controlled by both inheriting sota.bblcass and enabling "sota" DISTRO_FEATURE. | |||||
* | | | Get u-boot installed on Raspberry Pi 3 | Anton Gerasimov | 2017-05-18 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Disable connman, systemd-networkd is used instead | Anton Gerasimov | 2017-05-09 | 1 | -1/+2 | |
| | | ||||||
* | | Add support for am335x-evm based board with WiFi | Anton Gerasimov | 2017-05-05 | 2 | -3/+19 | |
|/ | ||||||
* | Replace includes with bblcasses | Anton Gerasimov | 2017-04-26 | 8 | -0/+81 | |
| | | | | | | They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL | |||||
* | Set u-boot as default bootloader | Anton Gerasimov | 2017-04-20 | 1 | -0/+2 | |
| | ||||||
* | Fix a typo that prevents autoprovision credentials from being delpoyed | OYTIS | 2017-04-19 | 1 | -1/+1 | |
| | ||||||
* | Add configuration for grub-efi on Minnowboard | Anton Gerasimov | 2017-04-11 | 1 | -1/+1 | |
| | ||||||
* | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 3 | -231/+0 | |
| | ||||||
* | Merge from meta-agl-extra | Anton Gerasimov | 2017-04-03 | 5 | -35/+51 | |
| | ||||||
* | PRO-2748 Fix sdcard image symlink | Jon Oster | 2017-03-14 | 1 | -1/+1 | |
| | ||||||
* | Fix several critical bugs in morty | Anton Gerasimov | 2017-02-24 | 1 | -1/+1 | |
| | ||||||
* | Remove useless image-version-info to get rid of "taskhash mismatch" error | Anton Gerasimov | 2017-01-04 | 1 | -6/+0 | |
| | ||||||
* | Copy image manifest to /usr | Anton Gerasimov | 2017-01-03 | 1 | -0/+3 | |
| | ||||||
* | Add OTA SD image for Minnowboard | Anton Gerasimov | 2016-12-28 | 3 | -0/+84 | |
| | ||||||
* | Deploy credentials to physical sysroot's /boot | Anton Gerasimov | 2016-12-23 | 1 | -0/+17 | |
| | ||||||
* | Move u-boot to BSP layers | Anton Gerasimov | 2016-12-21 | 1 | -0/+1 | |
| | ||||||
* | Make systemd optional | Anton Gerasimov | 2016-12-20 | 1 | -7/+28 | |
| |