blob: 4dce9ccc40bc99b953aec5c4073ce134a7bada7b [file] [log] [blame]
Brad Bishopecf163b2015-10-22 16:00:29 -05001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
Dave Cobbleyaeab0f12018-08-22 21:40:54 -04003LCONF_VERSION = "8"
Brad Bishopecf163b2015-10-22 16:00:29 -05004
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Patrick Williams6f45be12016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Dave Cobbley5836fa02018-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 Bishopecf163b2015-10-22 16:00:29 -050016 ##OEROOT##/meta-phosphor \
Dave Cobbleye8a9ba62018-08-14 13:30:07 -070017 ##OEROOT##/meta-aspeed \
Dave Cobbleyaeab0f12018-08-22 21:40:54 -040018 ##OEROOT##/meta-openpower \
19 ##OEROOT##/meta-rackspace \
20 ##OEROOT##/meta-rackspace/meta-barreleye \
Brad Bishopecf163b2015-10-22 16:00:29 -050021 "
22BBLAYERS_NON_REMOVABLE ?= " \
23 ##OEROOT##/meta \
Patrick Williams6f45be12016-08-17 14:25:37 -050024 ##OEROOT##/meta-poky \
Dave Cobbley5836fa02018-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 Bishopecf163b2015-10-22 16:00:29 -050030 ##OEROOT##/meta-phosphor \
Dave Cobbleye8a9ba62018-08-14 13:30:07 -070031 ##OEROOT##/meta-aspeed \
Dave Cobbleyaeab0f12018-08-22 21:40:54 -040032 ##OEROOT##/meta-openpower \
33 ##OEROOT##/meta-rackspace \
34 ##OEROOT##/meta-rackspace/meta-barreleye \
Brad Bishopecf163b2015-10-22 16:00:29 -050035 "