summaryrefslogtreecommitdiff
path: root/meta-openpower/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 19:18:25 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-17 14:20:41 +0300
commit1ebdb618dd22b82c7c7aa3cee8ce9765024a2a20 (patch)
treea1c42326f8e75ca84cdbd20dae3770afec713559 /meta-openpower/conf
parenta6f4dd0e39dbfa9b008e10554326cf8e5b9d1e27 (diff)
downloadopenbmc-1ebdb618dd22b82c7c7aa3cee8ce9765024a2a20.tar.xz
meta-openpower: Remove references to OPENPOWERBASE
OPENPOWERBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-openpower rev: 2e899dc36982e5420f136da967669544e49c0c0e) Change-Id: Ia201bc5e60a9e4cd2392bb3735c99596d1fee006 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/conf')
-rw-r--r--meta-openpower/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-openpower/conf/layer.conf b/meta-openpower/conf/layer.conf
index 6bc20a421..2cb27d200 100644
--- a/meta-openpower/conf/layer.conf
+++ b/meta-openpower/conf/layer.conf
@@ -9,6 +9,3 @@ BBFILE_COLLECTIONS += "openpower-layer"
BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/"
LAYERVERSION_openpower-layer = "1"
LAYERSERIES_COMPAT_openpower-layer = "thud warrior"
-
-# Provide a variable that points the base of the openpower layer.
-OPENPOWERBASE = '${@os.path.normpath("${LAYERDIR}/")}'