blob: aa6ac7b7261818cf38435a16cc83da2c058d090d [file] [log] [blame]
Joel Stanley8929f402016-10-24 13:37:49 +10301# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -04003LCONF_VERSION = "8"
Joel Stanley8929f402016-10-24 13:37:49 +10304
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Dave Cobbley7071ef32018-08-14 10:05:37 -070010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-perl \
13 ##OEROOT##/meta-openembedded/meta-python \
Joel Stanley8929f402016-10-24 13:37:49 +103014 ##OEROOT##/meta-phosphor \
Dave Cobbley2dee3892018-08-14 13:30:07 -070015 ##OEROOT##/meta-aspeed \
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -040016 ##OEROOT##/meta-openpower \
17 ##OEROOT##/meta-ibm \
18 ##OEROOT##/meta-ibm/meta-romulus \
Joel Stanley8929f402016-10-24 13:37:49 +103019 "
20BBLAYERS_NON_REMOVABLE ?= " \
21 ##OEROOT##/meta \
Dave Cobbley7071ef32018-08-14 10:05:37 -070022 ##OEROOT##/meta-openembedded/meta-oe \
23 ##OEROOT##/meta-openembedded/meta-networking \
24 ##OEROOT##/meta-openembedded/meta-perl \
25 ##OEROOT##/meta-openembedded/meta-python \
Joel Stanley8929f402016-10-24 13:37:49 +103026 ##OEROOT##/meta-phosphor \
Dave Cobbley2dee3892018-08-14 13:30:07 -070027 ##OEROOT##/meta-aspeed \
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -040028 ##OEROOT##/meta-openpower \
29 ##OEROOT##/meta-ibm \
30 ##OEROOT##/meta-ibm/meta-romulus \
Joel Stanley8929f402016-10-24 13:37:49 +103031 "