Provide template configuration for each machine or board
[AGL/meta-agl.git] / templates / intel-corei7-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 BBLAYERS ?= " \
9   ##OEROOT##/meta \
10   ##OEROOT##/meta-yocto \
11   ##OEROOT##/meta-yocto-bsp \
12   ##OEROOT##/../meta-agl/meta-ivi-common \
13   ##OEROOT##/../meta-agl/meta-agl \
14   ##OEROOT##/../meta-agl/meta-agl-bsp \
15   ##OEROOT##/../meta-openembedded/meta-oe \
16   ##OEROOT##/../meta-openembedded/meta-multimedia \
17   ##OEROOT##/../meta-intel \
18   "
19 BBLAYERS_NON_REMOVABLE ?= " \
20   ##OEROOT##/meta \
21   ##OEROOT##/meta-yocto \
22   ##OEROOT##/../meta-agl/meta-agl \
23   "