blob: 63a444ed6be024ba8d729437e87ac3c6548fd77d [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
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -04003LCONF_VERSION = "8"
Brad Bishop8e13d792016-06-04 23:10:52 -04004
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 \
Brad Bishop8e13d792016-06-04 23:10:52 -040014 ##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-witherspoon \
Brad Bishop8e13d792016-06-04 23:10:52 -040019 "
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 \
Brad Bishop8e13d792016-06-04 23:10:52 -040026 ##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-witherspoon \
Brad Bishop8e13d792016-06-04 23:10:52 -040031 "