aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
deleted file mode 100644
index 33a74070..00000000
--- a/conf/layer.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-# We have a conf and classes directory, append to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "meta-ti"
-BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-ti = "6"
-
-LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell"
-
-LICENSE_PATH += "${LAYERDIR}/licenses"
-
-LAYERDEPENDS_meta-ti = "core"
-
-SIGGEN_EXCLUDERECIPES_ABISAFE += " \
- ti-sgx-ddk-km \
- ti-sgx-ddk-um \
- cmem-mod \
- hplib-mod \
- gdbserverproxy-module-drv \
- debugss-module-drv \
- uio-module-drv \
- mpm-transport \
- cppi-lld \
- qmss-lld \
- multiprocmgr \
-"
-
-HOSTTOOLS_NONFATAL += "truncate xxd comm"