From: Phong Tran Date: Wed, 18 May 2016 14:42:09 +0000 (+0700) Subject: templates: fix the path of meta-rust X-Git-Tag: 2.0.0~35 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=commitdiff_plain;h=1ae4c244753fce5b26915a7ab7d5a70d9f775f44 templates: fix the path of meta-rust The meta-rust is not in meta-openembedded. Change-Id: Ic0ef7d8cde472b236cb02a652d7080b29d0b298f Signed-off-by: Phong Tran --- 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 \