blob: 55c164a9093fd92c4bf6f642b188a201389243f9 [file] [log] [blame]
Brad Bishop8e13d792016-06-04 23:10:52 -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 \
Patrick Williams05530072016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Brad Bishop8e13d792016-06-04 23:10:52 -040011 ##OEROOT##/meta-phosphor \
12 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
13 ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2500 \
14 ##OEROOT##/meta-openbmc-machines/meta-openpower \
15 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm \
16 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
Patrick Williams05530072016-08-17 14:25:37 -050020 ##OEROOT##/meta-poky \
Brad Bishop8e13d792016-06-04 23:10:52 -040021 ##OEROOT##/meta-phosphor \
Brad Bishop6a6f5db2016-06-23 18:37:54 -040022 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
23 ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2500 \
24 ##OEROOT##/meta-openbmc-machines/meta-openpower \
25 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm \
26 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon \
Brad Bishop8e13d792016-06-04 23:10:52 -040027 "