summaryrefslogtreecommitdiffstats
path: root/meta-isg
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 08:16:04 -0700
commit38652c3706f259d09c05860c569ef8d399f93284 (patch)
tree2ea3c4801f654b345481811003e6b82d8f54e30d /meta-isg
parent305c1c0eb2495da74c5a92de888cd1f0b2843879 (diff)
downloadmeta-intel-38652c3706f259d09c05860c569ef8d399f93284.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>
Diffstat (limited to 'meta-isg')
-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"