Lisa Liu | 612b4ee | 2019-04-24 17:50:58 +0800 | [diff] [blame] | 1 | #"Copyright (c) 2019-present Lenovo |
| 2 | #Licensed under BSD-3, see COPYING.BSD file for details." |
| 3 | |
| 4 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 5 | # changes incompatibly |
| 6 | LCONF_VERSION = "8" |
| 7 | |
| 8 | BBPATH = "${TOPDIR}" |
| 9 | BBFILES ?= "" |
| 10 | |
| 11 | BBLAYERS ?= " \ |
| 12 | ##OEROOT##/meta \ |
| 13 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 14 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 15 | ##OEROOT##/meta-openembedded/meta-python \ |
| 16 | ##OEROOT##/meta-phosphor \ |
| 17 | ##OEROOT##/meta-aspeed \ |
| 18 | ##OEROOT##/meta-x86 \ |
| 19 | ##OEROOT##/meta-google \ |
| 20 | ##OEROOT##/meta-lenovo \ |
| 21 | ##OEROOT##/meta-lenovo/meta-hr630 \ |
| 22 | " |