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 |
Dave Cobbley | 194ff4f | 2018-08-22 21:40:54 -0400 | [diff] [blame] | 3 | LCONF_VERSION = "8" |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 4 | |
| 5 | BBPATH = "${TOPDIR}" |
| 6 | BBFILES ?= "" |
| 7 | |
| 8 | BBLAYERS ?= " \ |
| 9 | ##OEROOT##/meta \ |
Patrick Williams | e18c612 | 2016-08-17 14:25:37 -0500 | [diff] [blame] | 10 | ##OEROOT##/meta-poky \ |
Dave Cobbley | eb8dc40 | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 11 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 12 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 13 | ##OEROOT##/meta-openembedded/meta-python \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 14 | ##OEROOT##/meta-phosphor \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 15 | " |
| 16 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 17 | ##OEROOT##/meta \ |
Patrick Williams | e18c612 | 2016-08-17 14:25:37 -0500 | [diff] [blame] | 18 | ##OEROOT##/meta-poky \ |
Dave Cobbley | eb8dc40 | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 19 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 20 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 21 | ##OEROOT##/meta-openembedded/meta-python \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 22 | " |