summaryrefslogtreecommitdiff
path: root/meta-hxt/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 21:10:25 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-18 23:50:54 +0300
commitf5f8a281e48c12a88dd6522b9b647099afc2d86d (patch)
tree030e97d4c9cdced5451d7f54f1950a2340d54fef /meta-hxt/conf
parentc3a3b64604d8e7dfffc90daebc64eb8f654fa6e1 (diff)
downloadopenbmc-f5f8a281e48c12a88dd6522b9b647099afc2d86d.tar.xz
meta-hxt: Remove references to HXTBASE
HXTBASE 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-hxt rev: 9a75e608b2bba938d1e25e8d752dc50cab17aebf) Change-Id: I6b6a0943ecb467a1ab5c205d43d9295f5deee62c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-hxt/conf')
-rw-r--r--meta-hxt/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-hxt/conf/layer.conf b/meta-hxt/conf/layer.conf
index ec6913af2..bc33c2b24 100644
--- a/meta-hxt/conf/layer.conf
+++ b/meta-hxt/conf/layer.conf
@@ -3,6 +3,3 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "hxt"
BBFILE_PATTERN_hxt = ""
-
-# Provide a variable that points the base of the hxt layer.
-HXTBASE = '${@os.path.normpath("${LAYERDIR}/")}'