Summary: Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewers: vkrause Reviewed By: vkrause Differential Revision: https://phabricator.kde.org/D17698
17 lines
423 B
Plaintext
17 lines
423 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"
|