summaryrefslogtreecommitdiff
path: root/meta-ibm/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 20:06:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-18 23:50:15 +0300
commitd77088a92b6f2bbcca68eb673a80db3863530b2c (patch)
tree56031645927e8aa520a3f15f414cab54ba237a81 /meta-ibm/conf
parent339c818ceebf205c612976255dbb0f3895f6185b (diff)
downloadopenbmc-d77088a92b6f2bbcca68eb673a80db3863530b2c.tar.xz
meta-ibm: Remove references to IBMBASE
IBMBASE 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-ibm rev: cbbb0e5b4e44d831fce5daafd13272d401440f40) Change-Id: Ib214f92b2c384e3eb2a1f53ecf4b21034438d001 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/conf')
-rw-r--r--meta-ibm/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ibm/conf/layer.conf b/meta-ibm/conf/layer.conf
index f16cdee5f..131c45be3 100644
--- a/meta-ibm/conf/layer.conf
+++ b/meta-ibm/conf/layer.conf
@@ -8,6 +8,3 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "ibm-layer"
BBFILE_PATTERN_ibm-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_ibm-layer = "thud warrior"
-
-# Provide a variable that points the base of the ibm layer.
-IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'