blob: 3cf9ed6c3a587e60c3fdcc8582b3608cd8b519aa [file] [log] [blame]
Amithash Prasadaa373032018-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 Austen39fc4be2017-09-27 10:13:52 -050015 ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
Amithash Prasadaa373032018-03-07 17:58:17 -080016 ##OEROOT##/import-layers/meta-virtualization \
17 ##OEROOT##/meta-phosphor \
18 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
19 ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2500 \
20 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune \
21 "