Files
meta-kde/conf/layer.conf
2022-07-12 15:51:35 +02:00

23 lines
634 B
Plaintext

# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += " \
${LAYERDIR}/recipes-*/*.bb \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*/*.bb \
${LAYERDIR}/recipes-*/*.bbappend \
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/recipes-*/*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "kde"
BBFILE_PATTERN_kde = "^${LAYERDIR}/"
BBFILE_PRIORITY_kde = "8"
LAYERDEPENDS_kde += "openembedded-layer kf5 qt5-layer"
LAYERSERIES_COMPAT_kde = "honister kirkstone"