blob: d231e886c9e323418baa4aec10958a5e9c5c3140 [file] [log] [blame]
Brad Bishop7351d3e2016-04-22 11:35:42 -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-ibm \
16 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-yocto \
21 ##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-ast2400 \
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-firestone \
Brad Bishop7351d3e2016-04-22 11:35:42 -040027 "