blob: ff145b0a747bf38d30a7fce3b395e899555b1078 [file] [log] [blame]
Amithash Prasadd871c012018-03-07 17:58:17 -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 \
11 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
12 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
13 ##OEROOT##/import-layers/meta-openembedded/meta-perl \
14 ##OEROOT##/import-layers/meta-openembedded/meta-python \
Chris Austen6dc96812017-09-27 10:13:52 -050015 ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
Amithash Prasadd871c012018-03-07 17:58:17 -080016 ##OEROOT##/import-layers/meta-virtualization \
17 ##OEROOT##/meta-phosphor \
18 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
Amithash Prasadd871c012018-03-07 17:58:17 -080019 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune \
20 "