aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-extras/conf/layer.conf')
-rw-r--r--meta-ti-extras/conf/layer.conf18
1 files changed, 18 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..f2d6b250
--- /dev/null
+++ b/meta-ti-extras/conf/layer.conf
@@ -0,0 +1,18 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-ti-extras"
+BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-ti-extras = "6"
+
+LAYERSERIES_COMPAT_meta-ti-extras = "nanbield scarthgap styhead"
+
+LICENSE_PATH += "${LAYERDIR}/licenses"
+
+LAYERDEPENDS_meta-ti-extras = " \
+ meta-ti-bsp \
+"