blob: f30ab15f5f63ace39a1654c082d7e9e7e4078297 [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 \
15 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-foxconn \
16 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-foxconn/meta-barreleye \
17 "
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 \
25 ##OEROOT##/meta-openpower/meta-foxconn \
26 ##OEROOT##/meta-openpower/meta-foxconn/meta-barreleye \
27 "