summaryrefslogtreecommitdiff
path: root/meta-quanta/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 20:04:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-14 18:12:27 +0300
commit07d2b9d95a4064da8f7255e7bf5f6e9e815c9823 (patch)
treeb1a75ebefd662481763adab378eecd804fa06cda /meta-quanta/conf
parentd010c0aa2748279be5bd5f490d6c88c908983a69 (diff)
downloadopenbmc-07d2b9d95a4064da8f7255e7bf5f6e9e815c9823.tar.xz
meta-quanta: Remove references to QUANTABASE
QUANTABASE 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-quanta rev: 170929b6044497d12e65a6a2c5e7025262c9d783) Change-Id: I12defd008e095db3227e5cd39261f942abd1406c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/conf')
-rw-r--r--meta-quanta/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index 6bc6492998..ca07679d6a 100644
--- a/meta-quanta/conf/layer.conf
+++ b/meta-quanta/conf/layer.conf
@@ -8,6 +8,3 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "quanta-layer"
BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_quanta-layer = "thud warrior"
-
-# Provide a variable that points the base of the quanta layer.
-QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'