From 52ce69efde0a603a64cf22404c40395084d8fa77 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 19 Jun 2018 15:37:49 -0400 Subject: 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 --- meta-openbmc-bsp/meta-aspeed/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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}/")}' -- cgit v1.2.1