blob: 3f6250495301d003899ff5aaf8eb48748b90ee07 [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 \
15 ##OEROOT##/import-layers/meta-virtualization \
16 ##OEROOT##/meta-phosphor \
17 ##OEROOT##/meta-openbmc-bsp/meta-aspeed \
18 ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2500 \
19 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune \
20 "