summaryrefslogtreecommitdiffstats
path: root/meta-aspeed/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aspeed/conf/layer.conf')
-rw-r--r--meta-aspeed/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-aspeed/conf/layer.conf b/meta-aspeed/conf/layer.conf
new file mode 100644
index 000000000..dcd420b51
--- /dev/null
+++ b/meta-aspeed/conf/layer.conf
@@ -0,0 +1,12 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "aspeed-layer"
+BBFILE_PATTERN_aspeed-layer = ""
+LAYERVERSION_aspeed-layer = "1"
+LAYERSERIES_COMPAT_aspeed-layer = "sumo"
+
+ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud