From 99fa5a9466158e4847d7d1efd64ca1e0e002d495 Mon Sep 17 00:00:00 2001 From: Ong Chun Weng Date: Wed, 24 Aug 2016 14:58:52 +0800 Subject: 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 Signed-off-by: Tom Zanussi --- meta-isg/meta-haswell-wc/conf/layer.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-isg/meta-haswell-wc/conf/layer.conf (limited to 'meta-isg/meta-haswell-wc/conf/layer.conf') 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 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "haswell-wc" -BBFILE_PATTERN_haswell-wc := "^${LAYERDIR}/" -BBFILE_PRIORITY_haswell-wc = "6" - -LAYERDEPENDS_haswell-wc = "intel" -- cgit v1.2.3-54-g00ecf