blob: 7a4476080782fc836d0d3b66d1bfc825a53bf72a [file] [log] [blame]
Yi Liaecb5a12016-09-14 15:51:29 +08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \
11 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
12 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
13 ##OEROOT##/import-layers/meta-openembedded/meta-python \
14 ##OEROOT##/import-layers/meta-virtualization \
15 ##OEROOT##/meta-phosphor \
16 ##OEROOT##/import-layers/meta-raspberrypi \
17 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
20 ##OEROOT##/meta-poky \
21 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
22 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
23 ##OEROOT##/import-layers/meta-openembedded/meta-python \
24 ##OEROOT##/import-layers/meta-virtualization \
25 ##OEROOT##/meta-phosphor \
26 ##OEROOT##/import-layers/meta-raspberrypi \
27 "