blob: 6bd2bf61d99bdcab2b03cfe8a76a77dc4e4a48e4 [file] [log] [blame]
Brad Bishopb4e277f2015-10-19 11:39:59 -04001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
Chris Austen19fc09a2017-09-27 10:13:52 -05003LCONF_VERSION = "7"
Brad Bishopb4e277f2015-10-19 11:39:59 -04004
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070011 ##OEROOT##/meta-openembedded/meta-oe \
12 ##OEROOT##/meta-openembedded/meta-networking \
13 ##OEROOT##/meta-openembedded/meta-perl \
14 ##OEROOT##/meta-openembedded/meta-python \
15 ##OEROOT##/meta-openembedded/meta-webserver \
Brad Bishopb4e277f2015-10-19 11:39:59 -040016 ##OEROOT##/meta-phosphor \
Dave Cobbley4feb7272018-08-14 13:30:07 -070017 ##OEROOT##/meta-aspeed \
Brad Bishopb4e277f2015-10-19 11:39:59 -040018 ##OEROOT##/meta-openbmc-machines/meta-openpower \
Brad Bishop4bbcb992015-10-22 16:00:29 -050019 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace \
20 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye \
Brad Bishopb4e277f2015-10-19 11:39:59 -040021 "
22BBLAYERS_NON_REMOVABLE ?= " \
23 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050024 ##OEROOT##/meta-poky \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070025 ##OEROOT##/meta-openembedded/meta-oe \
26 ##OEROOT##/meta-openembedded/meta-networking \
27 ##OEROOT##/meta-openembedded/meta-perl \
28 ##OEROOT##/meta-openembedded/meta-python \
29 ##OEROOT##/meta-openembedded/meta-webserver \
Brad Bishopb4e277f2015-10-19 11:39:59 -040030 ##OEROOT##/meta-phosphor \
Dave Cobbley4feb7272018-08-14 13:30:07 -070031 ##OEROOT##/meta-aspeed \
Brad Bishop5fbdedd2016-06-23 18:37:54 -040032 ##OEROOT##/meta-openbmc-machines/meta-openpower \
33 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace \
34 ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye \
Brad Bishopb4e277f2015-10-19 11:39:59 -040035 "