summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-crystalforest/conf/layer.conf
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-10-18 23:22:34 +0800
committerSaul Wold <sgw@linux.intel.com>2016-10-18 12:02:29 -0700
commit1308450dc363886b44c740b6cf2a457d0b496204 (patch)
tree7e2c6ac6f56c57e9a11bf3fe6ccd5026d733d4d2 /meta-isg/meta-crystalforest/conf/layer.conf
parent8da07c016c2be59eef5e789c61dc1ff88fc8fe4e (diff)
downloadmeta-intel-1308450dc363886b44c740b6cf2a457d0b496204.tar.gz
meta-isg: meta-crystalforest: remove BSP layer
The meta-crystalforest BSP layer has removed. The plan is to consolidate all Intel SoC BSP into intel common BSP. Since Intel Common BSP can support all features provided by meta-crystalforest with default kernel version, So this layer can be retired from master. The kernel cmdline option: acpi_enforce_resources=lax was added before in this BSP to support QAT software, which is no more required. 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/meta-crystalforest/conf/layer.conf')
-rw-r--r--meta-isg/meta-crystalforest/conf/layer.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-isg/meta-crystalforest/conf/layer.conf b/meta-isg/meta-crystalforest/conf/layer.conf
deleted file mode 100644
index daa2ba7c..00000000
--- a/meta-isg/meta-crystalforest/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 += "crystalforest"
9BBFILE_PATTERN_crystalforest := "^${LAYERDIR}/"
10BBFILE_PRIORITY_crystalforest = "6"
11
12LAYERDEPENDS_crystalforest = "intel"