summaryrefslogtreecommitdiffstats
path: root/meta-evb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-07 12:41:05 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-07 21:17:04 -0500
commit30e53e5162bb023d1fb522d458551127dc118780 (patch)
tree9b72aa3f42cd510a647acabb142f69e6feb1755a /meta-evb
parent74c51e9100b6d5e5b751c1b8b82249e4d49631aa (diff)
downloadtalos-openbmc-30e53e5162bb023d1fb522d458551127dc118780.tar.gz
talos-openbmc-30e53e5162bb023d1fb522d458551127dc118780.zip
meta-evb: add EVBBASE
Define a variable that recipes can use for finding the root of the evb layer. Typically this is used to refer to the layer LICENSE for recipes that don't have any source repository. (From meta-evb rev: bf038b9cfd62406da05f692a3cb0a952a1826091) Change-Id: I4a8fbadb3f9bf81ce053385658a1e79c69f34437 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-evb')
-rw-r--r--meta-evb/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-evb/conf/layer.conf b/meta-evb/conf/layer.conf
index f8f2d0e38..0aca4aac1 100644
--- a/meta-evb/conf/layer.conf
+++ b/meta-evb/conf/layer.conf
@@ -3,3 +3,6 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "evb"
BBFILE_PATTERN_evb = ""
+
+# Provide a variable that points the base of the evb layer.
+EVBBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud