blob: 1c895ea00512da94cac3f90ee5a685e0a671f15b [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 "
21BBLAYERS_NON_REMOVABLE ?= " \
22 ##OEROOT##/meta \
23 ##OEROOT##/meta-openembedded/meta-oe \
24 ##OEROOT##/meta-openembedded/meta-networking \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010025 ##OEROOT##/meta-openembedded/meta-perl \
FranHsu96dc8632019-01-29 14:57:38 +080026 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010027 ##OEROOT##/meta-security \
FranHsu96dc8632019-01-29 14:57:38 +080028 ##OEROOT##/meta-phosphor \
29 ##OEROOT##/meta-nuvoton \
P.K. Lee20fd15d2019-07-31 13:48:02 +080030 ##OEROOT##/meta-google \
FranHsu96dc8632019-01-29 14:57:38 +080031 ##OEROOT##/meta-quanta \
32 ##OEROOT##/meta-quanta/meta-gsj \
33 "