blob: 1884f55efb611b5b9a5e810b79e60db6d211b31d [file] [log] [blame]
moyan_yyb111b57c2021-02-03 16:55:13 +08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "8"
4BBPATH = "${TOPDIR}"
5BBFILES ?= ""
6BBLAYERS ?= " \
7 ##OEROOT##/meta \
8 ##OEROOT##/meta-openembedded/meta-oe \
9 ##OEROOT##/meta-openembedded/meta-networking \
10 ##OEROOT##/meta-openembedded/meta-perl \
11 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010012 ##OEROOT##/meta-security \
moyan_yyb111b57c2021-02-03 16:55:13 +080013 ##OEROOT##/meta-phosphor \
14 ##OEROOT##/meta-aspeed \
15 ##OEROOT##/meta-alibaba \
16 ##OEROOT##/meta-alibaba/meta-thor \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-openembedded/meta-oe \
21 ##OEROOT##/meta-openembedded/meta-networking \
22 ##OEROOT##/meta-openembedded/meta-perl \
23 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010024 ##OEROOT##/meta-security \
moyan_yyb111b57c2021-02-03 16:55:13 +080025 ##OEROOT##/meta-phosphor \
26 ##OEROOT##/meta-aspeed \
27 ##OEROOT##/meta-alibaba \
28 ##OEROOT##/meta-alibaba/meta-thor \
29 "