summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenkatasubramanian pattu <venkatasubramanianx.pattu@intel.com>2015-07-10 21:23:38 +0800
committerSaul Wold <sgw@linux.intel.com>2015-07-10 13:52:27 -0700
commit73c4b3f271d1f1e494167833e171a8b4973aef79 (patch)
tree1ad9a915287318d8397e28ed6556d1a92f307fe6
parent55ae63cf99c6df8c27b236e2679db01538ec652c (diff)
downloadmeta-intel-73c4b3f271d1f1e494167833e171a8b4973aef79.tar.gz
meta-isg: Making meta-isg as a layer
This layer provides additional common recipes to be used by all IOTG maintained platforms. Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit 6a334428e1b92de2b6c322654ae6f64d3ff55ab6) Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta-isg/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf
new file mode 100644
index 00000000..48ad0c3c
--- /dev/null
+++ b/meta-isg/conf/layer.conf
@@ -0,0 +1,12 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "isg"
9BBFILE_PATTERN_isg := "^${LAYERDIR}/common/"
10BBFILE_PRIORITY_isg = "5"
11
12LAYERDEPENDS_isg = "intel"