浏览代码

meta-xfce: Add layer information

Andreas Mueller 14 年之前
父节点
当前提交
cdcac78a2b
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      meta-xfce/conf/layer.conf

+ 9 - 0
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"