summaryrefslogtreecommitdiff
path: root/meta-evb/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 21:11:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-14 18:12:39 +0300
commit194960ba0e7a08c240e7d371f912a3871cc09eba (patch)
tree3876f62aafdbb57e5f70878f89448f318a9af444 /meta-evb/conf
parent07d2b9d95a4064da8f7255e7bf5f6e9e815c9823 (diff)
downloadopenbmc-194960ba0e7a08c240e7d371f912a3871cc09eba.tar.xz
meta-evb: Remove references to EVBBASE
EVBBASE 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-evb rev: 1da7522494e80d2355c240e0eb05ae7576ee32cf) Change-Id: Ie2f441c1f53bf367bea7cb4fb4da51c7e5602d97 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-evb/conf')
-rw-r--r--meta-evb/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-evb/conf/layer.conf b/meta-evb/conf/layer.conf
index 0aca4aac14..f8f2d0e382 100644
--- a/meta-evb/conf/layer.conf
+++ b/meta-evb/conf/layer.conf
@@ -3,6 +3,3 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "evb"
BBFILE_PATTERN_evb = ""
-
-# Provide a variable that points the base of the evb layer.
-EVBBASE = '${@os.path.normpath("${LAYERDIR}/")}'