summaryrefslogtreecommitdiff
path: root/meta-openpower/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/conf/layer.conf')
-rw-r--r--meta-openpower/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openpower/conf/layer.conf b/meta-openpower/conf/layer.conf
index dad2abf23..bb727b5af 100644
--- a/meta-openpower/conf/layer.conf
+++ b/meta-openpower/conf/layer.conf
@@ -9,3 +9,6 @@ BBFILE_COLLECTIONS += "openpower-layer"
BBFILE_PATTERN_openpower-layer = "^${LAYERDIR}/"
LAYERVERSION_openpower-layer = "1"
LAYERSERIES_COMPAT_openpower-layer = "sumo"
+
+# Provide a variable that points the base of the openpower layer.
+OPENPOWERBASE = '${@os.path.normpath("${LAYERDIR}/")}'