blob: 5c505ff528fa0b0153e9b31b58f25bb374bd14ea [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 "