blob: 744edb7e685580e5559f7a304d69b7018b9e3897 [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 \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010015 ##OEROOT##/meta-openembedded/meta-perl \
Lisa Liu8d5ca512019-06-25 13:55:20 +080016 ##OEROOT##/meta-openembedded/meta-python \
17 ##OEROOT##/meta-openembedded/meta-webserver \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010018 ##OEROOT##/meta-security \
Lisa Liu8d5ca512019-06-25 13:55:20 +080019 ##OEROOT##/meta-phosphor \
20 ##OEROOT##/meta-aspeed \
21 ##OEROOT##/meta-x86 \
22 ##OEROOT##/meta-google \
23 ##OEROOT##/meta-lenovo \
24 ##OEROOT##/meta-lenovo/meta-hr855xg2 \
25 "