summaryrefslogtreecommitdiff
path: root/meta-ingrasys/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 21:08:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-18 23:50:29 +0300
commita242d47bb8b3d35c1eef196404db8b219070c264 (patch)
treefb8c7cf4751bb5bbf74d5d9303c283f97af9bca7 /meta-ingrasys/conf
parentd77088a92b6f2bbcca68eb673a80db3863530b2c (diff)
downloadopenbmc-a242d47bb8b3d35c1eef196404db8b219070c264.tar.xz
meta-ingrasys: Remove references to INGRASYSBASE
INGRASYSBASE 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-ingrasys rev: fcd2b2998a76f00307bb2ff821efa8ff8ef87c68) Change-Id: I76d73574778db36a649f20ccc0a5149f616743af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys/conf')
-rw-r--r--meta-ingrasys/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf
index 8d0b76be0..064875063 100644
--- a/meta-ingrasys/conf/layer.conf
+++ b/meta-ingrasys/conf/layer.conf
@@ -4,6 +4,3 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "ingrasys"
BBFILE_PATTERN_ingrasys := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_ingrasys = "thud warrior"
-
-# Provide a variable that points the base of the ingrasys layer.
-INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'