aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/conf
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2011-07-31 19:13:27 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-05 19:49:58 +0200
commitcdcac78a2b191d7406210e8d544b88ec4643ad87 (patch)
tree8ba1bebe42d060ff7701995b0f1bd966e4cfb315 /meta-xfce/conf
parente7886449378ccf71a040c61f02c4d50f6a1e6d2d (diff)
downloadmeta-openembedded-contrib-cdcac78a2b191d7406210e8d544b88ec4643ad87.tar.gz
meta-xfce: Add layer information
Diffstat (limited to 'meta-xfce/conf')
-rw-r--r--meta-xfce/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
new file mode 100644
index 0000000000..d669e4e957
--- /dev/null
+++ b/meta-xfce/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "xfce-layer"
+BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_xfce-layer = "7"