diff options
author | venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> | 2015-07-10 21:23:38 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2015-07-10 08:16:04 -0700 |
commit | 38652c3706f259d09c05860c569ef8d399f93284 (patch) | |
tree | 2ea3c4801f654b345481811003e6b82d8f54e30d /meta-isg/conf | |
parent | 305c1c0eb2495da74c5a92de888cd1f0b2843879 (diff) | |
download | meta-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/conf')
-rw-r--r-- | meta-isg/conf/layer.conf | 12 |
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 | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have recipes-* directories, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "isg" | ||
9 | BBFILE_PATTERN_isg := "^${LAYERDIR}/common/" | ||
10 | BBFILE_PRIORITY_isg = "5" | ||
11 | |||
12 | LAYERDEPENDS_isg = "intel" | ||