summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-jasperforest/conf/layer.conf')
-rw-r--r--meta-jasperforest/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf
new file mode 100644
index 00000000..564bb1d8
--- /dev/null
+++ b/meta-jasperforest/conf/layer.conf
@@ -0,0 +1,12 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend \
7 ${LAYERDIR}/../common/recipes-*/*/*.bb \
8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
9
10BBFILE_COLLECTIONS_jasperforest += "jasperforest"
11BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/"
12BBFILE_PRIORITY_jasperforest = "6"