summaryrefslogtreecommitdiff
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..95e07ea
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-toradex-distro"
+BBFILE_PATTERN_meta-toradex-distro = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-toradex-distro = "6"
+
+LAYERDEPENDS_meta-toradex-distro = "core yocto"
+LAYERSERIES_COMPAT_meta-toradex-distro = "thud"