Warning, /packaging/yocto-meta-kf5/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-*/*.bbappend \
0012     ${LAYERDIR}/recipes-*/*/*.bbappend \
0013 "
0014 
0015 BBFILE_COLLECTIONS += "kf5"
0016 BBFILE_PATTERN_kf5 = "^${LAYERDIR}/"
0017 BBFILE_PRIORITY_kf5 = "6"
0018 
0019 LICENSE_PATH += "${LAYERDIR}/conf/licenses"
0020 
0021 LAYERSERIES_COMPAT_kf5 = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore"
0022 
0023 # disable check per default until all recipes are updated
0024 KF5_REUSE_LICENSECHECK_ENABLED = "0"