summaryrefslogtreecommitdiffstats
path: root/meta-tlk/conf/layer.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-11-01 10:37:56 -0700
committerSaul Wold <sgw@linux.intel.com>2017-11-01 10:37:56 -0700
commit26d3fbb699377f5cc9f6178015dec49441a102c7 (patch)
tree1ae532e5251cf40e8e23fae3ad04798262b710d1 /meta-tlk/conf/layer.conf
parent863590f9bc7104fef698ce6b89ec24dfce542df1 (diff)
downloadmeta-intel-26d3fbb699377f5cc9f6178015dec49441a102c7.tar.gz
meta-tlk: Move to standalone layer
meta-tlk gets moved to a standalone layer since it's can't be properly made Yocto Project Compatible, move it out of meta-intel to allow meta-intel to be fully Compatible. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-tlk/conf/layer.conf')
-rw-r--r--meta-tlk/conf/layer.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
deleted file mode 100644
index dea544fd..00000000
--- a/meta-tlk/conf/layer.conf
+++ /dev/null
@@ -1,13 +0,0 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "tlk"
9BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
10BBFILE_PRIORITY_tlk = "5"
11
12LAYERDEPENDS_tlk = "core intel"
13