blob: 4bc7b481d0027f66f161a38fbcec7c13569f6af0 [file] [log] [blame]
Andrew Geissler1edbdd42023-09-14 08:33:24 -04001# 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 \
Andrew Geissler1edbdd42023-09-14 08:33:24 -040010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-python \
13 ##OEROOT##/meta-security/meta-tpm \
14 ##OEROOT##/meta-phosphor \
15 ##OEROOT##/meta-aspeed \
16 ##OEROOT##/meta-ibm \
17 ##OEROOT##/meta-ibm/meta-system1 \
18 "