diff options
Diffstat (limited to 'meta-ti-bsp/conf/layer.conf')
-rw-r--r-- | meta-ti-bsp/conf/layer.conf | 26 |
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 | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}' | ||
4 | |||
5 | # We have a recipes directory, add to BBFILES | ||
6 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "meta-ti-bsp" | ||
9 | BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_meta-ti-bsp = "6" | ||
11 | |||
12 | LAYERSERIES_COMPAT_meta-ti-bsp = "honister" | ||
13 | |||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||
15 | |||
16 | LAYERDEPENDS_meta-ti-bsp = " \ | ||
17 | core \ | ||
18 | meta-arm \ | ||
19 | " | ||
20 | |||
21 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | ||
22 | ti-sgx-ddk-km \ | ||
23 | ti-sgx-ddk-um \ | ||
24 | " | ||
25 | |||
26 | HOSTTOOLS_NONFATAL += "truncate xxd comm" | ||