summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
deleted file mode 100644
index f64ac5eb..00000000
--- a/conf/layer.conf
+++ /dev/null
@@ -1,26 +0,0 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
4
5# We have a recipes directory, add to BBFILES
6BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "meta-ti"
9BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti = "6"
11
12LAYERSERIES_COMPAT_meta-ti = "honister"
13
14LICENSE_PATH += "${LAYERDIR}/licenses"
15
16LAYERDEPENDS_meta-ti = " \
17 core \
18 meta-arm \
19"
20
21SIGGEN_EXCLUDERECIPES_ABISAFE += " \
22 ti-sgx-ddk-km \
23 ti-sgx-ddk-um \
24"
25
26HOSTTOOLS_NONFATAL += "truncate xxd comm"