Warning, /packaging/yocto-meta-kde-demo/conf/layer.conf is written in an unsupported language. File is not indexed.
0001 # We have a conf and classes directory, add to BBPATH
0002 BBPATH .= ":${LAYERDIR}"
0003
0004 # We have recipes-* directories, add to BBFILES
0005 BBFILES += " \
0006 ${LAYERDIR}/recipes-*/*.bb \
0007 ${LAYERDIR}/recipes-*/*/*.bb \
0008 ${LAYERDIR}/recipes-*/*.bbappend \
0009 ${LAYERDIR}/recipes-*/*/*.bbappend \
0010 "
0011 BBFILES_DYNAMIC += " \
0012 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
0013 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
0014 qt5-layer:${LAYERDIR}/dynamic-layers/qt5/*/*/*.bb \
0015 qt5-layer:${LAYERDIR}/dynamic-layers/qt5/*/*/*.bbappend \
0016 qt6-layer:${LAYERDIR}/dynamic-layers/qt6/*/*/*.bb \
0017 qt6-layer:${LAYERDIR}/dynamic-layers/qt6/*/*/*.bbappend \
0018 "
0019
0020 BBFILE_COLLECTIONS += "kde-experimental"
0021 BBFILE_PATTERN_kde-experimental = "^${LAYERDIR}/"
0022 BBFILE_PRIORITY_kde-experimental = "100"
0023 LAYERSERIES_COMPAT_kde-experimental = "dunfell kirkstone langdale mickledore"
0024 LAYERDEPENDS_kde-experimental = "core"