blob: bc651fafaf98571b4f448a28ca539f36dcc39221 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Brad Bishop93fb5352015-09-09 03:59:20 +000011 ##OEROOT##/meta-phosphor \
Brad Bishop93fb5352015-09-09 03:59:20 +000012 "
13BBLAYERS_NON_REMOVABLE ?= " \
14 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050015 ##OEROOT##/meta-poky \
Brad Bishop93fb5352015-09-09 03:59:20 +000016 "