summaryrefslogtreecommitdiffstats
path: root/meta-isg/conf/layer.conf
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-11-11 17:38:05 +0800
committerSaul Wold <sgw@linux.intel.com>2016-11-28 12:45:06 -0800
commitf8d24485e8fd8fb3671bb1f8b41a115a6316817a (patch)
treef9cdf7f028d4e0fbb83dbda06a9b91cc9eaa0406 /meta-isg/conf/layer.conf
parentcf8fe21bae27b464658e96d101841b482051517e (diff)
downloadmeta-intel-f8d24485e8fd8fb3671bb1f8b41a115a6316817a.tar.gz
meta-isg: removing meta-isg layer
All meta-isg layer content is already merged/consolidated to meta-intel/common layer. So removing this layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/conf/layer.conf')
-rw-r--r--meta-isg/conf/layer.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf
deleted file mode 100644
index 48ad0c3c..00000000
--- a/meta-isg/conf/layer.conf
+++ /dev/null
@@ -1,12 +0,0 @@
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"