summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
* Retry mounting sysrootPhil Wise2017-06-222-2/+8
| | | | Fixes DEM-169
* Fix warnings from shellcheck shell linterPhil Wise2017-06-221-16/+10
|
* Merge pull request #77 from advancedtelematic/feat/aktualizruptanecajun-rat2017-06-144-9/+43
|\ | | | | Add uptane-capable aktualizr
| * Add uptane-capable aktualizrAnton Gerasimov2017-06-144-9/+43
| |
* | PRO-3260 Bump rust client version for ecu serial genJon Oster2017-06-071-2/+2
| |
* | Merge pull request #74 from advancedtelematic/feat/ostreecurlcajun-rat2017-06-061-2/+2
|\| | | | | Build OSTree with curl support
| * Build OSTree with curl supportAnton Gerasimov2017-06-011-2/+2
| |
* | Bump client version to fix PRO-3208 + PRO-3196Jon Oster2017-06-011-2/+2
|/
* Bump rvi_sota_client versionJon Oster2017-05-291-40/+38
|
* PRO-3157 Add recipe for friendly name generatorJon Oster2017-05-291-0/+1
|
* Merge pull request #64 from advancedtelematic/feat/PRO-2945/zipcredsJon Oster2017-05-261-14/+2
|\ | | | | Add support for zipped credentials
| * Add support for zipped credentialsAnton Gerasimov2017-05-241-14/+2
| |
* | Support Aktualizr in manual-provisioning modePhil Wise2017-05-242-9/+36
| | | | | | | | | | | | | | | | | | 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)
* | Build aktualizr with OSTree support enabledAnton Gerasimov2017-05-181-3/+3
|/
* Mount the root filesystem by label rather than pathPhil Wise2017-04-212-3/+5
| | | | | | | | Support identifying the root filesystem via a kernel command line like 'ostree_root=LABEL=mylabel'. Also make it mount a filesystem labeled 'otaroot' by default. This means it is possible to test the Minnowboard build in Qemu.
* Create a wrapper so OSTree can find ostree-grub-generatorPhil Wise2017-04-181-0/+5
| | | | | OSTree has a hardcoded path to ostree-grub-generator, this wrapper sets it dynamically to avoid problems with sharing a SSTATE cache.
* Create sota_bleeding.inc config file to build against masterPhil Wise2017-04-101-0/+1
| | | | | | | | This overrides the package version for Aktualizr to be latest master. This is recommended for development and test only. To use it, add the following to local.conf: require conf/include/local/sota_bleeding.inc
* Merge from meta-agl-extraAnton Gerasimov2017-04-033-56/+127
|
* Fix several critical bugs in mortyAnton Gerasimov2017-02-241-2/+1
|
* Changes for morty branch (sync with AGL's meta-sota)Anton Gerasimov2017-02-232-7/+8
|
* Change name of cpp client to 'aktualizr'Jon Oster2017-02-162-31/+24
|
* Merge pull request #33 from advancedtelematic/bugfix/curlsotacajun-rat2017-02-091-1/+1
|\ | | | | Add dependency in CURL to sota-tools recipe
| * Add dependency in CURL to sota-tools recipeAnton Gerasimov2017-02-091-1/+1
| |
* | Add lazycell create (required by mio)Anton Gerasimov2017-02-091-0/+1
|/
* sota-client-cpp: Update versionLeon Anavi2017-01-301-1/+1
| | | | | | | Update the version of SOTA client C++ to the latest version from 25 Jan 2017. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* sota-client-cpp: Build in release modeLeon Anavi2017-01-241-1/+3
| | | | | | | Update to newer version of SOTA client C++ and build it in Release mode. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* sota-client-cpp: GENIVI SOTA project in C++Author Leon Anavi2017-01-241-0/+29
| | | | | | | Add Yocto/OE recipe for building GENIVI SOTA project written in C++ with Boost C++ libraries. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Dump version of sota-tools to be smart about trailing /Phil Wise2017-01-191-1/+1
|
* update sota client version for new systemd.serviceJon Oster2017-01-131-2/+2
|
* Update sota-toolsAnton Gerasimov2017-01-051-1/+1
|
* Update sota-client to actually use deployed package listAnton Gerasimov2017-01-041-2/+2
|
* Make system_info.sh a symlink to sota_sysinfo.shPhil Wise2017-01-031-0/+2
| | | | | The name of the system_info script comes from the sota.toml file, and old files are still around. Keep the old name working.
* Update crates to match Cargo.lockPhil Wise2017-01-031-6/+7
|
* Bring sota_ostree.sh backAnton Gerasimov2017-01-031-4/+6
|
* Update sota-clientAnton Gerasimov2016-12-281-2/+2
|
* Deploy credentials to physical sysroot's /bootAnton Gerasimov2016-12-232-28/+5
|
* OSTree requires SSL certificates to pull by https, add themAnton Gerasimov2016-12-201-1/+1
|
* Merge pull request #12 from advancedtelematic/feat/nosystemdOYTIS2016-12-202-86/+72
|\ | | | | Make systemd optional
| * Update sota-client version to match that of meta-oimAnton Gerasimov2016-12-201-80/+63
| |
| * Make systemd optionalAnton Gerasimov2016-12-202-7/+10
| |
* | Bump sota-tools version to support new credentials formatAnton Gerasimov2016-12-131-1/+1
|/
* Bump rvi-sota-client version (syncronize with meta-sota)Anton Gerasimov2016-12-091-2/+2
|
* Add a recipe deploying credentials on the deviceAnton Gerasimov2016-12-081-0/+27
|
* Add missing dependenciesAnton Gerasimov2016-12-061-2/+2
|
* Bump versions of meta-sota utilitiesAnton Gerasimov2016-11-223-10/+12
| | | | | Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Merge "A tool for uploading OSTree objects to a server together with ↵Jan-Simon Moeller2016-11-081-0/+24
|\ | | | | | | integration code"
| * A tool for uploading OSTree objects to a server together withAnton Gerasimov2016-11-081-0/+24
| | | | | | | | | | | | | | | | | | integration code Bug-AGL: SPEC-194 Change-Id: I650e190bbda67ad48233bc5aedc0c10ff14aa58f Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* | Added SOTA_VERSION that is displayed when user runs 'sota-client -v' onAnton Gerasimov2016-11-081-1/+2
|/ | | | | | | the target machine Change-Id: Ifa04f2fb5f6cd5e0ecd2a14af07128e030a44a8b Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Upgrade to the latest rvi_sota_clientPhil Wise2016-11-071-33/+44
| | | | | | | | | * Backwards compatibilty for sota.toml files * Run 'sync' after installing a package (prevents RPM database corruption) * Stability fixes Change-Id: Ie3d3e436b754c1950d8ca6e63e2e214f300cf7d5 Signed-off-by: Phil Wise <phil@advancedtelematic.com>
* Update rvi-sota-clientAnton Gerasimov2016-10-313-203/+118
| | | | | Change-Id: I1d5ceb776427298d46ab26dab2c822041dff00e0 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>