diff options
author | Phong Tran <tranmanphong@gmail.com> | 2016-05-23 21:38:18 +0700 |
---|---|---|
committer | Phong Tran <tranmanphong@gmail.com> | 2016-05-23 21:40:06 +0700 |
commit | a4bb343dcb1e25a99952b3e4da887a2658b05734 (patch) | |
tree | 447aa2f97dd650a05f8997ae3886a3bb61fd27d4 /templates/dragonboard-410c/conf | |
parent | ee55488e1f47e03e608594a8d7273648d3da389d (diff) |
templates: d410c: add meta-rust to bblayers.conf.sample
This patch add meta-rust per this commit
27d10e87ed68653f010df94a699f80d4811ff007
bblayers.conf.sample: Add meta-rust
Change-Id: I50dcf04547d33c3e973c39714d0280d3ce710aea
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Diffstat (limited to 'templates/dragonboard-410c/conf')
-rw-r--r-- | templates/dragonboard-410c/conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/dragonboard-410c/conf/bblayers.conf.sample b/templates/dragonboard-410c/conf/bblayers.conf.sample index 775051ce8..d70cb0760 100644 --- a/templates/dragonboard-410c/conf/bblayers.conf.sample +++ b/templates/dragonboard-410c/conf/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ |