summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-19 15:37:49 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-25 11:40:39 +0000
commit52ce69efde0a603a64cf22404c40395084d8fa77 (patch)
treecde04ad15dc867472eba80995934bf4a798e25e1 /meta-openbmc-bsp
parentd94781ba0223726214f8f62e6e185f3e1e238935 (diff)
downloadtalos-openbmc-52ce69efde0a603a64cf22404c40395084d8fa77.tar.gz
talos-openbmc-52ce69efde0a603a64cf22404c40395084d8fa77.zip
aspeed: Add ASPEEDBASE
Define a variable that recipes can use for finding the root of the aspeed layer. Typically this is used to refer to the layer LICENSE for recipes that don't have any source repository. Change-Id: I22c1af313f65dee85eccfbc82cddc51dc731876a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-aspeed/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/conf/layer.conf
index 613c41cc4..dcd420b51 100644
--- a/meta-openbmc-bsp/meta-aspeed/conf/layer.conf
+++ b/meta-openbmc-bsp/meta-aspeed/conf/layer.conf
@@ -8,3 +8,5 @@ BBFILE_COLLECTIONS += "aspeed-layer"
BBFILE_PATTERN_aspeed-layer = ""
LAYERVERSION_aspeed-layer = "1"
LAYERSERIES_COMPAT_aspeed-layer = "sumo"
+
+ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud