From 084ab213bd37fb22b4f2bd2e23859b719778c4cc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 4 May 2016 12:35:03 +0000 Subject: rvi-sota-client_git: add RVI SOTA client 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 --- templates/qemux86-64/conf/bblayers.conf.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/qemux86-64/conf/bblayers.conf.sample') diff --git a/templates/qemux86-64/conf/bblayers.conf.sample b/templates/qemux86-64/conf/bblayers.conf.sample index b3047f78b..8a92fefa2 100644 --- a/templates/qemux86-64/conf/bblayers.conf.sample +++ b/templates/qemux86-64/conf/bblayers.conf.sample @@ -18,6 +18,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ + ##OEROOT##/../meta-openembedded/meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ -- cgit 1.2.3-korg