blob: 1d3b5e41ae13f954b64b0d1f25b201d2782daf11 [file] [log] [blame]
Xo Wangdc8aa512016-08-22 15:41:17 -07001# 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-poky \
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-ingrasys \
16 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-poky \
21 ##OEROOT##/meta-phosphor \
22 ##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-ingrasys \
26 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius \
27 "