summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-sota/rvi-sota-client
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07meta-agl: recipes-sota moved to meta-agl-extra, activated with new feature ↵Stephane Desneux3-213/+0
'agl-sota' Change-Id: Icd51138b41901bfd5f4f242e368700e92915b1cd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-19rvi-sota-client: Add openssl as a dependencyLeon Anavi1-1/+1
Fix a potential issue when reusing sstate cache for building RVI SOTA client by adding openssl as a dependency. Bug-AGL: SPEC-176 Change-Id: I3fb3d5f0051aa56e44968fa71bc4a0cf6f39a250 Reported-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-05-10rvi-sota-client_git: Fix openssl and hyper versionLeon Anavi1-0/+18
Set specific versions of crates openssl and hyper which are known to be compatible with this version of RVI SOTA client. Bug-AGL: SPEC-176 Change-Id: I38c982963b88507ddc6d40cce1145af54886a0e1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-05-06rvi-sota-client_git: add RVI SOTA clientLeon Anavi3-0/+195
Build and deploy sota_client and a systemd service. The application is written in the Rust programming language and depends on Cargo therefore the recipe requires on meta-rust. It is using crate dbus-rs version 0.1.2 with fixed casts of c_char raw pointers for ARM. Bug-AGL: SPEC-176 Change-Id: Ic8f24ae3dd2e62297e303be23a40759b0b919b86 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>