blob: ab7b33d0e04e3e188139782fd835d7907e0fecad [file] [log] [blame]
Jordan Chang7cbff672023-03-03 15:53:28 +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 \
Jordan Chang7cbff672023-03-03 15:53:28 +080010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-python \
13 ##OEROOT##/meta-phosphor \
14 ##OEROOT##/meta-aspeed \
15 ##OEROOT##/meta-ufi \
16 ##OEROOT##/meta-ufi/meta-ncplite \
17 "