blob: 91cc3d3f9778b15bb77c31b23b47e71da7828315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
##COREBASE##/meta-yocto/meta \
##COREBASE##/meta-oe/meta-filesystems \
##COREBASE##/meta-oe/meta-oe \
##COREBASE##/meta-oe/meta-python \
##COREBASE##/meta-oe/meta-networking \
##COREBASE##/meta-qt6 \
##COREBASE##/meta-kazoe \
"
|