summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-hob/conf/layer.conf2
-rw-r--r--meta-skeleton/conf/layer.conf2
-rw-r--r--meta/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
index 6df27ac5a3..1785e65dda 100644
--- a/meta-hob/conf/layer.conf
+++ b/meta-hob/conf/layer.conf
@@ -1,7 +1,7 @@
1# We have a conf and classes directory, add to BBPATH 1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6 6
7BBFILE_COLLECTIONS += "hob" 7BBFILE_COLLECTIONS += "hob"
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 10031c1e2a..99830d823f 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -1,7 +1,7 @@
1# We have a conf and classes directory, add to BBPATH 1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6 6
7BBFILE_COLLECTIONS += "skeleton" 7BBFILE_COLLECTIONS += "skeleton"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 23ef09a183..a112e8632a 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -1,6 +1,6 @@
1# We have a conf and classes directory, add to BBPATH 1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3# We have a packages directory, add to BBFILES 3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" 4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
5 5
6BBFILE_COLLECTIONS += "core" 6BBFILE_COLLECTIONS += "core"