Files
meta-kde/conf/layer.conf
Hannah Kiekens fcbe64239c Add warrior to LAYERSERIES_COMPAT
Summary: Upstream yocto master branch requires this as off today

Reviewers: #kde_yocto, vkrause

Reviewed By: #kde_yocto, vkrause

Differential Revision: https://phabricator.kde.org/D20236
2019-04-03 22:57:27 +02:00

17 lines
431 B
Plaintext

# 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-*/*.bbappend \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "kde"
BBFILE_PATTERN_kde = "^${LAYERDIR}/"
BBFILE_PRIORITY_kde = "6"
LAYERSERIES_COMPAT_kde = "sumo thud warrior"