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
17 lines
431 B
Plaintext
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"
|