Dave Cobbley | 194ff4f | 2018-08-22 21:40:54 -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-poky \ |
| 11 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 12 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 13 | ##OEROOT##/meta-openembedded/meta-perl \ |
| 14 | ##OEROOT##/meta-openembedded/meta-python \ |
| 15 | ##OEROOT##/meta-openembedded/meta-webserver \ |
| 16 | ##OEROOT##/meta-phosphor \ |
| 17 | ##OEROOT##/meta-aspeed \ |
Dave Cobbley | 194ff4f | 2018-08-22 21:40:54 -0400 | [diff] [blame] | 18 | ##OEROOT##/meta-intel \ |
| 19 | ##OEROOT##/meta-intel/meta-s2600wf \ |
| 20 | " |