Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly |
Dave Cobbley | e9eafb2 | 2018-08-22 21:40:54 -0400 | [diff] [blame] | 3 | LCONF_VERSION = "8" |
Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 4 | |
| 5 | BBPATH = "${TOPDIR}" |
| 6 | BBFILES ?= "" |
| 7 | |
| 8 | BBLAYERS ?= " \ |
| 9 | ##OEROOT##/meta \ |
| 10 | ##OEROOT##/meta-poky \ |
Dave Cobbley | 8798c9c | 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 \ |
| 14 | ##OEROOT##/meta-openembedded/meta-webserver \ |
Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 15 | ##OEROOT##/meta-phosphor \ |
Dave Cobbley | 8798c9c | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 16 | ##OEROOT##/meta-raspberrypi \ |
Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 17 | " |
| 18 | BBLAYERS_NON_REMOVABLE ?= " \ |
| 19 | ##OEROOT##/meta \ |
| 20 | ##OEROOT##/meta-poky \ |
Dave Cobbley | 8798c9c | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 21 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 22 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 23 | ##OEROOT##/meta-openembedded/meta-python \ |
| 24 | ##OEROOT##/meta-openembedded/meta-webserver \ |
Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 25 | ##OEROOT##/meta-phosphor \ |
Dave Cobbley | 8798c9c | 2018-08-14 10:05:37 -0700 | [diff] [blame] | 26 | ##OEROOT##/meta-raspberrypi \ |
Yi Li | aecb5a1 | 2016-09-14 15:51:29 +0800 | [diff] [blame] | 27 | " |