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 \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 13 | ##OEROOT##/meta-openembedded/meta-perl \ |
Dave Cobbley | eb8dc40 | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 14 | ##OEROOT##/meta-openembedded/meta-python \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 15 | ##OEROOT##/meta-security \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 16 | ##OEROOT##/meta-phosphor \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 17 | " |
| 18 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 19 | ##OEROOT##/meta \ |
Patrick Williams | e18c612 | 2016-08-17 14:25:37 -0500 | [diff] [blame] | 20 | ##OEROOT##/meta-poky \ |
Dave Cobbley | eb8dc40 | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 21 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 22 | ##OEROOT##/meta-openembedded/meta-networking \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 23 | ##OEROOT##/meta-openembedded/meta-perl \ |
Dave Cobbley | eb8dc40 | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 24 | ##OEROOT##/meta-openembedded/meta-python \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 25 | ##OEROOT##/meta-security \ |
| 26 | ##OEROOT##/meta-phosphor \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 27 | " |