blob: 50cc08f71ea498ff6c0c3714c8d3148516d64262 [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 \
12 ##OEROOT##/meta-phosphor \
13 ##OEROOT##/meta-aspeed \
14 ##OEROOT##/meta-alibaba \
15 ##OEROOT##/meta-alibaba/meta-thor \
16 "
17BBLAYERS_NON_REMOVABLE ?= " \
18 ##OEROOT##/meta \
19 ##OEROOT##/meta-openembedded/meta-oe \
20 ##OEROOT##/meta-openembedded/meta-networking \
21 ##OEROOT##/meta-openembedded/meta-perl \
22 ##OEROOT##/meta-openembedded/meta-python \
23 ##OEROOT##/meta-phosphor \
24 ##OEROOT##/meta-aspeed \
25 ##OEROOT##/meta-alibaba \
26 ##OEROOT##/meta-alibaba/meta-thor \
27 "