summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/layer.conf')
-rw-r--r--meta-ti-bsp/conf/layer.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
new file mode 100644
index 00000000..309e3d2b
--- /dev/null
+++ b/meta-ti-bsp/conf/layer.conf
@@ -0,0 +1,26 @@
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-bsp"
9BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-bsp = "6"
11
12LAYERSERIES_COMPAT_meta-ti-bsp = "honister"
13
14LICENSE_PATH += "${LAYERDIR}/licenses"
15
16LAYERDEPENDS_meta-ti-bsp = " \
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"