The starting point of layers for AGL Distribution v1.0
[AGL/meta-agl.git] / meta-agl / 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 BBLAYERS ?= " \
9   ##OEROOT##/meta \
10   ##OEROOT##/meta-yocto \
11   ##OEROOT##/meta-yocto-bsp \
12   ##OEROOT##/../meta-openembedded/meta-oe \
13   ##OEROOT##/../meta-agl/meta-agl \
14   ##OEROOT##/../meta-agl/meta-agl-bsp \
15   "
16 BBLAYERS_NON_REMOVABLE ?= " \
17   ##OEROOT##/meta \
18   ##OEROOT##/meta-yocto \
19   ##OEROOT##/../meta-agl/meta-agl \
20   "