diff options
-rw-r--r-- | meta-hob/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-skeleton/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta/conf/layer.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf index 6df27ac5a35..1785e65ddab 100644 --- a/meta-hob/conf/layer.conf +++ b/meta-hob/conf/layer.conf @@ -1,7 +1,7 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "hob" diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index 10031c1e2ad..99830d823f5 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf @@ -1,7 +1,7 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "skeleton" diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 23ef09a183d..a112e8632ae 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -1,6 +1,6 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "core" |