blob: 9038332588631920d3ef516ed60f42c2105907df [file] [log] [blame]
George Hung9f17c412020-05-07 15:41:27 +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 \
George Hung9f17c412020-05-07 15:41:27 +080013 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010014 ##OEROOT##/meta-security \
George Hung9f17c412020-05-07 15:41:27 +080015 ##OEROOT##/meta-phosphor \
16 ##OEROOT##/meta-nuvoton \
17 ##OEROOT##/meta-google \
18 ##OEROOT##/meta-quanta \
19 ##OEROOT##/meta-quanta/meta-gbs \
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 \
George Hung9f17c412020-05-07 15:41:27 +080026 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010027 ##OEROOT##/meta-security \
George Hung9f17c412020-05-07 15:41:27 +080028 ##OEROOT##/meta-phosphor \
29 ##OEROOT##/meta-nuvoton \
30 ##OEROOT##/meta-google \
31 ##OEROOT##/meta-quanta \
32 ##OEROOT##/meta-quanta/meta-gbs \
33 "