diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-05-04 12:50:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-05-06 13:30:47 +0000 |
commit | 27d10e87ed68653f010df94a699f80d4811ff007 (patch) | |
tree | 1d0cb1c36b686737817d8332bf66243f3da821e3 /conf | |
parent | e153e638d0dafcc85afb2e55ec59ef2859c59fb9 (diff) |
bblayers.conf.sample: Add meta-rust
Add meta-rust to bblayers.conf because the layer
is required for building RVI SOTA Client.
Bug-AGL: SPEC-176
Change-Id: I577ea56ca043f541c8cad5e5e03c9182e03946e9
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 884cc2446..5871c3a51 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ |