summaryrefslogtreecommitdiff
path: root/meta-yadro/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 20:59:59 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-17 14:21:07 +0300
commit136ad773f3799a28d3e96cc01c2555357bb44676 (patch)
treed51bdc3068a1743fc62a337ca0cade255cab5755 /meta-yadro/conf
parentaf04d19514726cead1f7cfbaa5731a737d132f0d (diff)
downloadopenbmc-136ad773f3799a28d3e96cc01c2555357bb44676.tar.xz
meta-yadro: Remove references to YADROBASE
YADROBASE 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-yadro rev: 55fa5d541e0cb4291c46213132b479e6d16e8360) Change-Id: I8388c5e60837f7ae0d81be4b6cab82db71d43709 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-yadro/conf')
-rw-r--r--meta-yadro/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yadro/conf/layer.conf b/meta-yadro/conf/layer.conf
index 7feac4c21..58ac541cb 100644
--- a/meta-yadro/conf/layer.conf
+++ b/meta-yadro/conf/layer.conf
@@ -6,6 +6,3 @@ BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
LAYERSERIES_COMPAT_yadro-layer = "thud warrior"
-
-# Provide a variable that points the base of the yadro layer.
-YADROBASE = '${@os.path.normpath("${LAYERDIR}/")}'