summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sugarbay')
-rw-r--r--meta-sugarbay/conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf
index d5f78e1c..05ef1cd3 100644
--- a/meta-sugarbay/conf/layer.conf
+++ b/meta-sugarbay/conf/layer.conf
@@ -3,9 +3,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend \ 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 ${LAYERDIR}/../common/recipes-*/*/*.bb \
8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
9 7
10BBFILE_COLLECTIONS += "sugarbay" 8BBFILE_COLLECTIONS += "sugarbay"
11BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" 9BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/"