blob: b8c694fbd4946abcbe648168b75cf121929f7ab5 [file] [log] [blame]
Bob Kingf92bdfa2021-12-17 11:35:46 +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 \
Bob Kingf92bdfa2021-12-17 11:35:46 +080010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
Bob Kingf92bdfa2021-12-17 11:35:46 +080012 ##OEROOT##/meta-openembedded/meta-python \
13 ##OEROOT##/meta-aspeed \
14 ##OEROOT##/meta-phosphor \
15 ##OEROOT##/meta-wistron \
16 ##OEROOT##/meta-wistron/meta-lannister \
17 "