summaryrefslogtreecommitdiffstats
path: root/meta-inspur/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-inspur/conf/layer.conf')
-rw-r--r--meta-inspur/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-inspur/conf/layer.conf b/meta-inspur/conf/layer.conf
new file mode 100644
index 000000000..566d63ddc
--- /dev/null
+++ b/meta-inspur/conf/layer.conf
@@ -0,0 +1,14 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
+ ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "inspur-layer"
+BBFILE_PATTERN_inspur-layer = ""
+LAYERVERSION_inspur-layer = "1"
+LAYERSERIES_COMPAT_inspur-layer = "sumo"
+
+INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
+
OpenPOWER on IntegriCloud