[oe-commits] Andreas Mueller : meta-xfce: Add layer information

git version control git at git.openembedded.org
Fri Aug 5 17:55:13 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: cdcac78a2b191d7406210e8d544b88ec4643ad87
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cdcac78a2b191d7406210e8d544b88ec4643ad87

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Sun Jul 31 19:13:27 2011 +0200

meta-xfce: Add layer information

---

 meta-xfce/conf/layer.conf |    9 +++++++++
 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 0000000..d669e4e
--- /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"





More information about the Openembedded-commits mailing list