blob: 333c7efb6945b8696940ca9d00b2ed4cd3f8eeb4 [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 \
10 ##OEROOT##/meta-yocto \
11 ##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 \
20 ##OEROOT##/meta-yocto \
21 ##OEROOT##/meta-phosphor \
22 ##OEROOT##/meta-aspeed \
23 ##OEROOT##/meta-aspeed/meta-ast2500 \
24 ##OEROOT##/meta-openpower \
25 ##OEROOT##/meta-openpower/meta-ibm \
26 ##OEROOT##/meta-openpower/meta-ibm/meta-witherspoon\
27 "