[meta-intel] [PATCH 03/21] meta-isg: add layer.conf

wei.sern.chan at intel.com wei.sern.chan at intel.com
Wed May 7 17:19:35 PDT 2014


From: Ong Boon Leong <boon.leong.ong at intel.com>

Add layer.conf inside meta-isg/conf so that all recipes within
meta-isg layer can be discovered.

Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
---
 meta-isg/conf/layer.conf |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-isg/conf/layer.conf

diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf
new file mode 100644
index 0000000..ecddee3
--- /dev/null
+++ b/meta-isg/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
+            ${LAYERDIR}/common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "isg"
+BBFILE_PATTERN_isg := "^${LAYERDIR}/"
+BBFILE_PRIORITY_isg = "5"
-- 
1.7.10.4



More information about the meta-intel mailing list