diff --git a/conf/layer.conf b/conf/layer.conf index 6114550..1e4b428 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,14 +1,16 @@ # 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 += "kf5" BBFILE_PATTERN_kf5 = "^${LAYERDIR}/" BBFILE_PRIORITY_kf5 = "6" + +LAYERSERIES_COMPAT_kf5 = "sumo thud"