blob: a14ab61ead95951f4bd6aa14fb1b633860fa60a1 [file] [log] [blame]
Lisa Liu8d5ca512019-06-25 13:55:20 +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 \
15 ##OEROOT##/meta-openembedded/meta-python \
16 ##OEROOT##/meta-openembedded/meta-webserver \
17 ##OEROOT##/meta-phosphor \
18 ##OEROOT##/meta-aspeed \
19 ##OEROOT##/meta-x86 \
20 ##OEROOT##/meta-google \
21 ##OEROOT##/meta-lenovo \
22 ##OEROOT##/meta-lenovo/meta-hr855xg2 \
23 "