blob: 04a9f863cf9a694641e974614d1b7b60a8250f8d [file] [log] [blame]
Patrick Williams17a0c0b2021-05-26 13:50:54 -05001# 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-perl \
14 ##OEROOT##/meta-openembedded/meta-python \
Patrick Williamseca537c2021-08-24 08:12:38 -050015 ##OEROOT##/meta-security/meta-tpm \
Patrick Williams17a0c0b2021-05-26 13:50:54 -050016 ##OEROOT##/meta-phosphor \
17 ##OEROOT##/meta-aspeed \
18 ##OEROOT##/meta-facebook \
19 ##OEROOT##/meta-facebook/meta-bletchley \
20 "