From 1308450dc363886b44c740b6cf2a457d0b496204 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Tue, 18 Oct 2016 23:22:34 +0800 Subject: 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 Signed-off-by: Saul Wold --- meta-isg/meta-crystalforest/conf/layer.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-isg/meta-crystalforest/conf/layer.conf (limited to 'meta-isg/meta-crystalforest/conf/layer.conf') 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 @@ -# 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 += "crystalforest" -BBFILE_PATTERN_crystalforest := "^${LAYERDIR}/" -BBFILE_PRIORITY_crystalforest = "6" - -LAYERDEPENDS_crystalforest = "intel" -- cgit v1.2.3-54-g00ecf