blob: c3afdeb4bef829fe1adc750c95b4aaa50dcffb20 [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 \
10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-openembedded/meta-oe \
12 ##OEROOT##/meta-openembedded/meta-networking \
13 ##OEROOT##/meta-openembedded/meta-python \
14 ##OEROOT##/meta-phosphor \
15 ##OEROOT##/meta-aspeed \
Patrick Rudolph2a952d42023-05-03 09:38:51 +020016 ##OEROOT##/meta-ibm \
Patrick Rudolph9b5109d2022-04-19 16:14:03 +020017 ##OEROOT##/meta-ibm/meta-genesis3 \
18 "