[meta-xilinx] [meta-xilinx-tools][PATCH 2/2] layer.conf: Add ps to HOSTTOOLS

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Mon Apr 23 15:27:37 PDT 2018


From: Vineeth Chowdary Karumanchi <vineethchowz.chowdary at xilinx.com>

Rocko has a new feature of linking host utilities in tmp/hosttools.
xsct uses "ps" command for its internal execution, this patch adds "ps"
to host tools

Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary at xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 4b45966..558cbcc 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,3 +17,5 @@ LAYERDEPENDS_xilinx-tools  = "meta-python"
 XLNX_SCRIPTS_DIR = "${LAYERDIR}/scripts/"
 
 XILINX_VER_MAIN ??= "2018.1"
+
+HOSTTOOLS += "ps"
-- 
2.7.4



More information about the meta-xilinx mailing list