aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhong Tran <tranmanphong@gmail.com>2016-05-18 21:42:09 +0700
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-20 16:46:35 +0000
commit1ae4c244753fce5b26915a7ab7d5a70d9f775f44 (patch)
tree96e06849575a8cc79897531ca397823677529888
parent2b0260759b5e6643b98fd18982ee9ccd7ecb13e8 (diff)
templates: fix the path of meta-rust
The meta-rust is not in meta-openembedded. Change-Id: Ic0ef7d8cde472b236cb02a652d7080b29d0b298f Signed-off-by: Phong Tran <tranmanphong@gmail.com>
-rw-r--r--templates/qemux86-64/conf/bblayers.conf.sample2
-rw-r--r--templates/qemux86/conf/bblayers.conf.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/qemux86-64/conf/bblayers.conf.sample b/templates/qemux86-64/conf/bblayers.conf.sample
index 8a92fefa2..a560a5669 100644
--- a/templates/qemux86-64/conf/bblayers.conf.sample
+++ b/templates/qemux86-64/conf/bblayers.conf.sample
@@ -18,7 +18,7 @@ BBLAYERS ?= " \
##OEROOT##/../meta-openembedded/meta-efl \
##OEROOT##/../meta-openembedded/meta-networking \
##OEROOT##/../meta-openembedded/meta-python \
- ##OEROOT##/../meta-openembedded/meta-rust \
+ ##OEROOT##/../meta-rust \
"
BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta \
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample
index 8a92fefa2..a560a5669 100644
--- a/templates/qemux86/conf/bblayers.conf.sample
+++ b/templates/qemux86/conf/bblayers.conf.sample
@@ -18,7 +18,7 @@ BBLAYERS ?= " \
##OEROOT##/../meta-openembedded/meta-efl \
##OEROOT##/../meta-openembedded/meta-networking \
##OEROOT##/../meta-openembedded/meta-python \
- ##OEROOT##/../meta-openembedded/meta-rust \
+ ##OEROOT##/../meta-rust \
"
BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta \