blob: fd230c743552cf84a8377ba96fc165b0c60ac622 [file] [log] [blame]
Dave Cobbley194ff4f2018-08-22 21:40:54 -04001# 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-poky \
11 ##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-phosphor \
16 ##OEROOT##/meta-aspeed \
17 ##OEROOT##/meta-openpower \
18 ##OEROOT##/meta-inventec \
19 ##OEROOT##/meta-inventec/meta-lanyang \
20 "
21BBLAYERS_NON_REMOVABLE ?= " \
22 ##OEROOT##/meta \
23 ##OEROOT##/meta-poky \
24 ##OEROOT##/meta-openembedded/meta-oe \
25 ##OEROOT##/meta-openembedded/meta-networking \
26 ##OEROOT##/meta-openembedded/meta-perl \
27 ##OEROOT##/meta-openembedded/meta-python \
28 ##OEROOT##/meta-phosphor \
29 ##OEROOT##/meta-aspeed \
30 ##OEROOT##/meta-openpower \
31 ##OEROOT##/meta-inventec \
32 ##OEROOT##/meta-inventec/meta-lanyang \
33 "