blob: be7a7387358c953e2eb4c0ea18f080191f0df0a2 [file] [log] [blame]
FranHsu96dc8632019-01-29 14:57:38 +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-python \
13 ##OEROOT##/meta-phosphor \
14 ##OEROOT##/meta-nuvoton \
P.K. Lee20fd15d2019-07-31 13:48:02 +080015 ##OEROOT##/meta-google \
FranHsu96dc8632019-01-29 14:57:38 +080016 ##OEROOT##/meta-quanta \
17 ##OEROOT##/meta-quanta/meta-gsj \
18 "
19BBLAYERS_NON_REMOVABLE ?= " \
20 ##OEROOT##/meta \
21 ##OEROOT##/meta-openembedded/meta-oe \
22 ##OEROOT##/meta-openembedded/meta-networking \
23 ##OEROOT##/meta-openembedded/meta-python \
24 ##OEROOT##/meta-phosphor \
25 ##OEROOT##/meta-nuvoton \
P.K. Lee20fd15d2019-07-31 13:48:02 +080026 ##OEROOT##/meta-google \
FranHsu96dc8632019-01-29 14:57:38 +080027 ##OEROOT##/meta-quanta \
28 ##OEROOT##/meta-quanta/meta-gsj \
29 "