summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/conf/layer.conf
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-02-08 14:18:58 -0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-02-16 10:01:30 -0600
commit1d6b218a45e43441ca6299b899c4d84ec976082c (patch)
tree1152df28cfdc2e0327ccf361afd241f0d111d004 /meta-cedartrail/conf/layer.conf
parentbfa92b97a9d8e4e19d770a87b42a59c16460c1b4 (diff)
downloadmeta-intel-1d6b218a45e43441ca6299b899c4d84ec976082c.tar.gz
cedartrail: remove BSP
Cedartrail will not be supported in the Yocto 1.4 Release. Remove it from meta-intel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-cedartrail/conf/layer.conf')
-rw-r--r--meta-cedartrail/conf/layer.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf
deleted file mode 100644
index 0166b35c..00000000
--- a/meta-cedartrail/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 += "cedartrail"
9BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"
10BBFILE_PRIORITY_cedartrail = "6"
11
12LAYERDEPENDS_cedartrail = "intel"