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