blob: 112076d905729d53bdcb24914e3ce970710dffd5 [file] [log] [blame]
Patrick Rudolph9b5109d2022-04-19 16:14:03 +02001# 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 \
Patrick Rudolph9b5109d2022-04-19 16:14:03 +020010 ##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 \
Patrick Rudolph2a952d42023-05-03 09:38:51 +020015 ##OEROOT##/meta-ibm \
Patrick Rudolph9b5109d2022-04-19 16:14:03 +020016 ##OEROOT##/meta-ibm/meta-genesis3 \
17 "