From 26d3fbb699377f5cc9f6178015dec49441a102c7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 1 Nov 2017 10:37:56 -0700 Subject: 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 --- meta-tlk/conf/layer.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-tlk/conf/layer.conf (limited to 'meta-tlk/conf/layer.conf') 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 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "tlk" -BBFILE_PATTERN_tlk := "^${LAYERDIR}/" -BBFILE_PRIORITY_tlk = "5" - -LAYERDEPENDS_tlk = "core intel" - -- cgit v1.2.3-54-g00ecf