summaryrefslogtreecommitdiff
path: root/meta-intel/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 21:06:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-24 13:58:00 +0300
commitf559f725c4fbd3135e407c23231d93d07d2ab9ee (patch)
treea295c27a81158bbad01afa105c5e578f70699601 /meta-intel/conf
parentb32309b82d291f704b4a9164393d60769ba38d79 (diff)
downloadopenbmc-f559f725c4fbd3135e407c23231d93d07d2ab9ee.tar.xz
meta-intel: Remove references to INTELBASE
INTELBASE 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-intel rev: bbf062e439732ac0a9e62bdc02e7baab0967cae4) Change-Id: Ief59bb83ab71946dab61c04db7781ff9fd1b6e17 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-intel/conf')
-rw-r--r--meta-intel/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-intel/conf/layer.conf b/meta-intel/conf/layer.conf
index 99a6df061..6605799ae 100644
--- a/meta-intel/conf/layer.conf
+++ b/meta-intel/conf/layer.conf
@@ -9,6 +9,3 @@ BBFILE_COLLECTIONS += "intel"
BBFILE_PATTERN_intel = ""
LAYERVERSION_intel = "1"
LAYERSERIES_COMPAT_intel = "thud warrior"
-
-# Provide a variable that points the base of the intel layer.
-INTELBASE = '${@os.path.normpath("${LAYERDIR}/")}'