blob: 82f1b85341ad749cdb5c9e98632066d3810e4f12 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001# 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 \
Vijay Khemka40434ce2018-09-24 12:34:53 -070010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
Vijay Khemka40434ce2018-09-24 12:34:53 -070012 ##OEROOT##/meta-openembedded/meta-python \
Vijay Khemka40434ce2018-09-24 12:34:53 -070013 ##OEROOT##/meta-phosphor \
14 ##OEROOT##/meta-aspeed \
Vijay Khemka40434ce2018-09-24 12:34:53 -070015 ##OEROOT##/meta-facebook \
16 ##OEROOT##/meta-facebook/meta-tiogapass \
17 "