Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [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 \ |
Patrick Williams | d3a21d8 | 2016-08-17 14:25:37 -0500 | [diff] [blame] | 10 | ##OEROOT##/meta-poky \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 11 | ##OEROOT##/meta-phosphor \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 12 | " |
| 13 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 14 | ##OEROOT##/meta \ |
Patrick Williams | d3a21d8 | 2016-08-17 14:25:37 -0500 | [diff] [blame] | 15 | ##OEROOT##/meta-poky \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 16 | " |