summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvenkatasubramanian pattu <venkatasubramanianx.pattu@intel.com>2015-05-08 12:05:19 +0800
committerSaul Wold <sgw@linux.intel.com>2015-06-02 12:35:00 -0700
commit6a334428e1b92de2b6c322654ae6f64d3ff55ab6 (patch)
treea10b02565f5955f630057f1c082902be7e665d93
parentc39a4bf4450845fca6f1b26ccfc0db192a4567e8 (diff)
downloadmeta-intel-6a334428e1b92de2b6c322654ae6f64d3ff55ab6.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>
-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"