blob: 3c231c7f66957b086df9b0d460107e4df99c6ec1 [file] [log] [blame]
James Feist6aebca92017-11-09 14:31:00 -08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "7"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \
Dave Cobbleyde56b582018-08-14 10:05:37 -070011 ##OEROOT##/meta-openembedded/meta-oe \
12 ##OEROOT##/meta-openembedded/meta-networking \
13 ##OEROOT##/meta-openembedded/meta-perl \
14 ##OEROOT##/meta-openembedded/meta-python \
15 ##OEROOT##/meta-openembedded/meta-webserver \
James Feist6aebca92017-11-09 14:31:00 -080016 ##OEROOT##/meta-phosphor \
17 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
James Feist6aebca92017-11-09 14:31:00 -080018 ##OEROOT##/meta-openbmc-machines/meta-x86 \
19 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-intel \
20 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-intel/meta-s2600wf \
21"