From cdcac78a2b191d7406210e8d544b88ec4643ad87 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Sun, 31 Jul 2011 19:13:27 +0200 Subject: meta-xfce: Add layer information --- meta-xfce/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-xfce/conf/layer.conf 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" -- cgit v1.2.3-54-g00ecf