diff --git a/conf/layer.conf b/conf/layer.conf index 82e81cd..0166146 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,8 +8,10 @@ BBPATH .= ":${LAYERDIR}" BBFILES += " \ ${LAYERDIR}/recipes-*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*/*.bb \ ${LAYERDIR}/recipes-*/*.bbappend \ ${LAYERDIR}/recipes-*/*/*.bbappend \ + ${LAYERDIR}/recipes-*/*/*/*.bbappend \ " BBFILE_COLLECTIONS += "kde"