[meta-xilinx] [PATCH 03/20] conf: Define XILINXBASE variable

Jason Wu jason.wu.misc at gmail.com
Mon Apr 11 06:23:08 PDT 2016


One of the usage is to call script with this particular layer

Signed-off-by: Jason Wu <jason.wu.misc at gmail.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index dac3e24..3a2f2b3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,3 +10,5 @@ BBFILE_PATTERN_xilinx = "^${LAYERDIR}/"
 BBFILE_PRIORITY_xilinx = "5"
 
 LAYERDEPENDS_xilinx = "core"
+
+XILINXBASE = '${@os.path.normpath("${LAYERDIR}")}'
-- 
1.9.1




More information about the meta-xilinx mailing list