summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf2
-rw-r--r--meta-emenlow/conf/layer.conf2
-rw-r--r--meta-n450/conf/layer.conf2
-rw-r--r--meta-tlk/conf/layer.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index a5db1635..190d0b2b 100644
--- a/conf/layer.conf
+++ b/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 := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7 7
diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf
index dda80c0e..a49ec47f 100644
--- a/meta-emenlow/conf/layer.conf
+++ b/meta-emenlow/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 := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf
index 2c905c27..4481121f 100644
--- a/meta-n450/conf/layer.conf
+++ b/meta-n450/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 := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
index 9af646f0..fc0da613 100644
--- a/meta-tlk/conf/layer.conf
+++ b/meta-tlk/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 := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"