Brad Bishop | 7351d3e | 2016-04-22 11:35:42 -0400 | [diff] [blame] | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly |
| 3 | LCONF_VERSION = "6" |
| 4 | |
| 5 | BBPATH = "${TOPDIR}" |
| 6 | BBFILES ?= "" |
| 7 | |
| 8 | BBLAYERS ?= " \ |
| 9 | ##OEROOT##/meta \ |
| 10 | ##OEROOT##/meta-yocto \ |
| 11 | ##OEROOT##/meta-phosphor \ |
| 12 | ##OEROOT##/meta-openbmc-bsp/meta-aspeed \ |
| 13 | ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2400 \ |
| 14 | ##OEROOT##/meta-openbmc-machines/meta-openpower \ |
| 15 | ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm \ |
| 16 | ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone \ |
| 17 | " |
| 18 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 19 | ##OEROOT##/meta \ |
| 20 | ##OEROOT##/meta-yocto \ |
| 21 | ##OEROOT##/meta-phosphor \ |
Brad Bishop | 6a6f5db | 2016-06-23 18:37:54 -0400 | [diff] [blame] | 22 | ##OEROOT##/meta-openbmc-bsp/meta-aspeed \ |
| 23 | ##OEROOT##/meta-openbmc-bsp/meta-aspeed/meta-ast2400 \ |
| 24 | ##OEROOT##/meta-openbmc-machines/meta-openpower \ |
| 25 | ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm \ |
| 26 | ##OEROOT##/meta-openbmc-machines/meta-openpower/meta-ibm/meta-firestone \ |
Brad Bishop | 7351d3e | 2016-04-22 11:35:42 -0400 | [diff] [blame] | 27 | " |