blob: f00148158445fb8b368116cee1dd9fd087e29587 [file] [log] [blame]
John Wangf6d9fba2020-09-15 15:08:34 +08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "8"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-perl \
13 ##OEROOT##/meta-openembedded/meta-python \
14 ##OEROOT##/meta-phosphor \
15 ##OEROOT##/meta-aspeed \
John Wangf6d9fba2020-09-15 15:08:34 +080016 ##OEROOT##/meta-bytedance \
17 ##OEROOT##/meta-bytedance/meta-g220a \
18 "
19BBLAYERS_NON_REMOVABLE ?= " \
20 ##OEROOT##/meta \
21 ##OEROOT##/meta-openembedded/meta-oe \
22 ##OEROOT##/meta-openembedded/meta-networking \
23 ##OEROOT##/meta-openembedded/meta-perl \
24 ##OEROOT##/meta-openembedded/meta-python \
25 ##OEROOT##/meta-phosphor \
26 ##OEROOT##/meta-aspeed \
John Wangf6d9fba2020-09-15 15:08:34 +080027 ##OEROOT##/meta-bytedance \
28 ##OEROOT##/meta-bytedance/meta-g220a \
29 "