blob: 2746d9af159f1907116f2a7494c9abeb0b07afe1 [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 \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010012 ##OEROOT##/meta-openembedded/meta-perl \
FranHsu96dc8632019-01-29 14:57:38 +080013 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010014 ##OEROOT##/meta-security \
FranHsu96dc8632019-01-29 14:57:38 +080015 ##OEROOT##/meta-phosphor \
16 ##OEROOT##/meta-nuvoton \
P.K. Lee20fd15d2019-07-31 13:48:02 +080017 ##OEROOT##/meta-google \
FranHsu96dc8632019-01-29 14:57:38 +080018 ##OEROOT##/meta-quanta \
19 ##OEROOT##/meta-quanta/meta-gsj \
20 "