diff --git a/conf/layer.conf b/conf/layer.conf index f77baf3..5759f8d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,8 +1,8 @@ # We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" +# We have recipes directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb" BBFILE_COLLECTIONS += "angstrom-layer" BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/"