blob: a261b26cef162fe3a9acd5f446046605a3117421 [file] [log] [blame]
Brad Bishopb4e277f2015-10-19 11:39:59 -04001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-yocto \
11 ##OEROOT##/meta-phosphor \
12 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
13 ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2400 \
14 ##OEROOT##/meta-openbmc-machines/meta-openpower \
Brad Bishop4bbcb992015-10-22 16:00:29 -050015 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace \
16 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye \
Brad Bishopb4e277f2015-10-19 11:39:59 -040017 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-yocto \
21 ##OEROOT##/meta-phosphor \
22 ##OEROOT##/meta-aspeed \
23 ##OEROOT##/meta-aspeed/meta-ast2400 \
24 ##OEROOT##/meta-openpower \
Brad Bishop4bbcb992015-10-22 16:00:29 -050025 ##OEROOT##/meta-openpower/meta-rackspace \
26 ##OEROOT##/meta-openpower/meta-rackspace/meta-barreleye \
Brad Bishopb4e277f2015-10-19 11:39:59 -040027 "