blob: 574b993053fe4fba7c1cea02fcb4467660b5a160 [file] [log] [blame]
Lancelot Kao31c45662020-09-22 14:53:57 -05001# 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 \
Tom Tung8f8bf5d2023-08-29 15:48:40 +080010 ##OEROOT##/meta-security \
Anthonyb3415dd2023-08-10 21:42:37 +080011 ##OEROOT##/meta-security/meta-tpm \
Lancelot Kao31c45662020-09-22 14:53:57 -050012 ##OEROOT##/meta-openembedded/meta-oe \
13 ##OEROOT##/meta-openembedded/meta-networking \
14 ##OEROOT##/meta-openembedded/meta-python \
15 ##OEROOT##/meta-phosphor \
16 ##OEROOT##/meta-nuvoton \
17 ##OEROOT##/meta-google \
Peter Foley38265252022-01-24 16:16:08 +000018 ##OEROOT##/meta-fii \
Lancelot Kao31c45662020-09-22 14:53:57 -050019 ##OEROOT##/meta-fii/meta-kudo \
20 "