summaryrefslogtreecommitdiff
path: root/meta-inventec/meta-common/conf/layer.conf
diff options
context:
space:
mode:
authorHabeeb Mohammed <mohammed.habeeb@inventec.com>2021-09-03 23:16:38 +0300
committermohammed.habeeb <mohammed.habeeb@inventec.com>2021-10-12 22:13:37 +0300
commit74872b54a0b61af1e9f005e38c9f557089676e81 (patch)
tree57faa0b5445afa94c3b0c92d91d2027bebec2abf /meta-inventec/meta-common/conf/layer.conf
parent7cf2f6c819fd46d698c1d5ce3058ca3bae4db412 (diff)
downloadopenbmc-74872b54a0b61af1e9f005e38c9f557089676e81.tar.xz
Add Inventec's Transformers platform
Change-Id: Ic8aaa0728a43936cd4c6212d590e01ba8202b25b Signed-off-by: Habeeb Mohammed <mohammed.habeeb@inventec.com>
Diffstat (limited to 'meta-inventec/meta-common/conf/layer.conf')
-rw-r--r--meta-inventec/meta-common/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-inventec/meta-common/conf/layer.conf b/meta-inventec/meta-common/conf/layer.conf
new file mode 100644
index 000000000..07788f69e
--- /dev/null
+++ b/meta-inventec/meta-common/conf/layer.conf
@@ -0,0 +1,11 @@
+# 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 += "common"
+BBFILE_PATTERN_common = "^${LAYERDIR}/"
+BBFILE_PRIORITY_common = "10"
+LAYERSERIES_COMPAT_common = "hardknott honister"