templates: fix the path of meta-rust
[AGL/meta-agl.git] / templates / qemux86-64 / conf / bblayers.conf.sample
1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2 # changes incompatibly
3 LCONF_VERSION = "6"
4
5 BBPATH = "${TOPDIR}"
6 BBFILES ?= ""
7
8 # AGL layers for QEMUx86-64
9 BBLAYERS ?= " \
10   ##OEROOT##/meta \
11   ##OEROOT##/meta-yocto \
12   ##OEROOT##/meta-yocto-bsp \
13   ##OEROOT##/../meta-agl/meta-ivi-common \
14   ##OEROOT##/../meta-agl/meta-agl \
15   ##OEROOT##/../meta-agl/meta-agl-bsp \
16   ##OEROOT##/../meta-openembedded/meta-oe \
17   ##OEROOT##/../meta-openembedded/meta-multimedia \
18   ##OEROOT##/../meta-openembedded/meta-efl \
19   ##OEROOT##/../meta-openembedded/meta-networking \
20   ##OEROOT##/../meta-openembedded/meta-python \
21   ##OEROOT##/../meta-rust \
22   "
23 BBLAYERS_NON_REMOVABLE ?= " \
24   ##OEROOT##/meta \
25   ##OEROOT##/meta-yocto \
26   ##OEROOT##/../meta-agl/meta-agl \
27   "