aboutsummaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sugarbay/conf/layer.conf')
-rw-r--r--meta-sugarbay/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf
new file mode 100644
index 00000000..e23d1233
--- /dev/null
+++ b/meta-sugarbay/conf/layer.conf
@@ -0,0 +1,12 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH := "${BBPATH}:${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend \
+ ${LAYERDIR}/../common/recipes-*/*/*.bb \
+ ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS_sugarbay += "sugarbay"
+BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/"
+BBFILE_PRIORITY_sugarbay = "6"