blob: caab032ad111e370eda7d6dbd6f7b00126b507bf [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 \
10 ##OEROOT##/meta-yocto \
11 ##OEROOT##/meta-phosphor \
12 ##OEROOT##/meta-phosphor/meta-sample-bsp \
13 "
14BBLAYERS_NON_REMOVABLE ?= " \
15 ##OEROOT##/meta \
16 ##OEROOT##/meta-yocto \
17 "