blob: 4af5ad3ab2d5a91de78f133f366b1bd940577011 [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -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 Williamse18c6122016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Brad Bishop0e8aea62015-09-25 14:31:27 -040011 ##OEROOT##/meta-phosphor \
Brad Bishop0e049252015-09-30 20:58:38 -040012 ##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-palmetto \
Brad Bishop0e8aea62015-09-25 14:31:27 -040017 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050020 ##OEROOT##/meta-poky \
Brad Bishop0e8aea62015-09-25 14:31:27 -040021 ##OEROOT##/meta-phosphor \
Brad Bishop5fbdedd2016-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-palmetto \
Brad Bishop0e8aea62015-09-25 14:31:27 -040027 "