Brad Bishop | c7d1cd9 | 2020-09-09 09:57:07 -0400 | [diff] [blame] | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly |
| 3 | LCONF_VERSION = "8" |
| 4 | |
| 5 | BBPATH = "${TOPDIR}" |
| 6 | BBFILES ?= "" |
| 7 | |
| 8 | BBLAYERS ?= " \ |
| 9 | ##OEROOT##/meta \ |
| 10 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 11 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 12 | ##OEROOT##/meta-openembedded/meta-perl \ |
| 13 | ##OEROOT##/meta-openembedded/meta-python \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 14 | ##OEROOT##/meta-security \ |
Brad Bishop | c7d1cd9 | 2020-09-09 09:57:07 -0400 | [diff] [blame] | 15 | ##OEROOT##/meta-phosphor \ |
| 16 | ##OEROOT##/meta-aspeed \ |
| 17 | ##OEROOT##/meta-amd \ |
| 18 | ##OEROOT##/meta-amd/meta-ethanolx \ |
| 19 | " |
| 20 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 21 | ##OEROOT##/meta \ |
| 22 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 23 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 24 | ##OEROOT##/meta-openembedded/meta-perl \ |
| 25 | ##OEROOT##/meta-openembedded/meta-python \ |
Anton D. Kachalov | cde0f09 | 2021-03-17 12:35:07 +0100 | [diff] [blame] | 26 | ##OEROOT##/meta-security \ |
Brad Bishop | c7d1cd9 | 2020-09-09 09:57:07 -0400 | [diff] [blame] | 27 | ##OEROOT##/meta-phosphor \ |
| 28 | ##OEROOT##/meta-aspeed \ |
| 29 | ##OEROOT##/meta-amd \ |
| 30 | ##OEROOT##/meta-amd/meta-ethanolx \ |
| 31 | " |