summaryrefslogtreecommitdiff
path: root/meta-yadro/meta-vesnin/conf/layer.conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-14 19:33:18 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-14 19:36:35 +0300
commitc9ed720bc2866798691af342289c4b5d03203d33 (patch)
treed4423e645b59d5cd3ec6d6f9b7f0e3107d13d220 /meta-yadro/meta-vesnin/conf/layer.conf
parentd74a47d9af60c43ad045b983cbfd4db518b776cc (diff)
downloadopenbmc-c9ed720bc2866798691af342289c4b5d03203d33.tar.xz
meta-yadro: add subtree
Alexander Filippov (4): Initial commit meta-yadro: Initial version of meta-vesnin layer meta-yadro: Add readme files meta-vesnin: Use VESNIN DTS from kernel repo Change-Id: Ifa6f1ad3890af4800d27a76fb709e8f8d91295df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-yadro/meta-vesnin/conf/layer.conf')
-rw-r--r--meta-yadro/meta-vesnin/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-yadro/meta-vesnin/conf/layer.conf b/meta-yadro/meta-vesnin/conf/layer.conf
new file mode 100644
index 000000000..c8e7890d8
--- /dev/null
+++ b/meta-yadro/meta-vesnin/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "vesnin-layer"
+BBFILE_PATTERN_vesnin-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_vesnin-layer = "thud warrior"