summaryrefslogtreecommitdiff
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-05-04 07:12:43 (GMT)
committerEvert Pap <evert.pap@sintecs.nl>2016-05-04 07:12:43 (GMT)
commitb557314d53aca8b1a087f143db33f1f523e095e7 (patch)
tree31a46e125480ae989e6b899783c5e209c6750f3e /conf/layer.conf
downloadmeta-scalys-ppc-b557314d53aca8b1a087f143db33f1f523e095e7.tar.xz
Initial commit of the scalys ppc OE layer
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..f65cbe4
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "scalys-ppc"
+BBFILE_PATTERN_scalys-ppc := "^${LAYERDIR}/"
+BBFILE_PRIORITY_scalys-ppc = "4"