diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf index ea889e8..642d485 100644 --- a/meta-kernel-dev/conf/layer.conf +++ b/meta-kernel-dev/conf/layer.conf @@ -5,7 +5,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true" # We have a conf and classes directory, add to BBPATH BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend"