summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-haswell-wc/conf/layer.conf
diff options
context:
space:
mode:
authorOng Chun Weng <chun.weng.ong@intel.com>2016-08-24 14:58:52 +0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-08-25 11:15:10 -0500
commit99fa5a9466158e4847d7d1efd64ca1e0e002d495 (patch)
treec915f0892a206e346fd52d6110fedb2e1497ebfd /meta-isg/meta-haswell-wc/conf/layer.conf
parent20c6a8ab096c01a26f6cbac93ffe0d2004619061 (diff)
downloadmeta-intel-99fa5a9466158e4847d7d1efd64ca1e0e002d495.tar.gz
meta-isg: meta-haswell-wc: BSP layer retirement
The meta-haswell-wc BSP layer is retired in future YP releases.The plan is to consolidate all Intel SoC BSP into intel common BSP. Since the features provided by meta-haswell-wc can be obtained from Intel Common BSP with newer kernel version, this layer can be retired from master. Signed-off-by: Ong Chun Weng <chun.weng.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-isg/meta-haswell-wc/conf/layer.conf')
-rw-r--r--meta-isg/meta-haswell-wc/conf/layer.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-isg/meta-haswell-wc/conf/layer.conf b/meta-isg/meta-haswell-wc/conf/layer.conf
deleted file mode 100644
index bfd1f823..00000000
--- a/meta-isg/meta-haswell-wc/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 a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "haswell-wc"
9BBFILE_PATTERN_haswell-wc := "^${LAYERDIR}/"
10BBFILE_PRIORITY_haswell-wc = "6"
11
12LAYERDEPENDS_haswell-wc = "intel"