Warning, /packaging/yocto-meta-kde/conf/layer.conf is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: CC0-1.0
0003 
0004 # We have a conf and classes directory, add to BBPATH
0005 BBPATH .= ":${LAYERDIR}"
0006 
0007 # We have recipes-* directories, add to BBFILES
0008 BBFILES += " \
0009     ${LAYERDIR}/recipes-*/*.bb \
0010     ${LAYERDIR}/recipes-*/*/*.bb \
0011     ${LAYERDIR}/recipes-*/*/*/*.bb \
0012     ${LAYERDIR}/recipes-*/*.bbappend \
0013     ${LAYERDIR}/recipes-*/*/*.bbappend \
0014     ${LAYERDIR}/recipes-*/*/*/*.bbappend \
0015 "
0016 
0017 BBFILE_COLLECTIONS += "kde"
0018 BBFILE_PATTERN_kde = "^${LAYERDIR}/"
0019 BBFILE_PRIORITY_kde = "8"
0020 
0021 LAYERDEPENDS_kde += "openembedded-layer kf5 qt5-layer"
0022 LAYERSERIES_COMPAT_kde = "kirkstone mickledore"