blob: 5ecfeada5fb729a65b6ea296121a1cc4d05135f3 [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 \
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"