blob: 0443211c519c51747e2e409a5d516be55a962db4 [file] [log] [blame]
Lisa Liu612b4ee2019-04-24 17:50:58 +08001#"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
6LCONF_VERSION = "8"
7
8BBPATH = "${TOPDIR}"
9BBFILES ?= ""
10
11BBLAYERS ?= " \
12 ##OEROOT##/meta \
13 ##OEROOT##/meta-openembedded/meta-oe \
14 ##OEROOT##/meta-openembedded/meta-networking \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010015 ##OEROOT##/meta-openembedded/meta-perl \
Lisa Liu612b4ee2019-04-24 17:50:58 +080016 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010017 ##OEROOT##/meta-security \
Lisa Liu612b4ee2019-04-24 17:50:58 +080018 ##OEROOT##/meta-phosphor \
19 ##OEROOT##/meta-aspeed \
20 ##OEROOT##/meta-x86 \
21 ##OEROOT##/meta-google \
22 ##OEROOT##/meta-lenovo \
23 ##OEROOT##/meta-lenovo/meta-hr630 \
24"