blob: 9f8b0a91c7cfa0fa1bd6d086bcfeb8d865fb3637 [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 \
10 ##OEROOT##/meta-yocto \
11 ##OEROOT##/meta-phosphor \
12 ##OEROOT##/meta-aspeed \
13 ##OEROOT##/meta-aspeed/meta-ast2400 \
14 ##OEROOT##/meta-openpower \
15 ##OEROOT##/meta-openpower/meta-ibm \
16 ##OEROOT##/meta-openpower/meta-ibm/meta-palmetto \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-yocto \
21 ##OEROOT##/meta-phosphor \
22 ##OEROOT##/meta-aspeed \
23 ##OEROOT##/meta-aspeed/meta-ast2400 \
24 ##OEROOT##/meta-openpower \
25 ##OEROOT##/meta-openpower/meta-ibm \
26 ##OEROOT##/meta-openpower/meta-ibm/meta-palmetto \
27 "