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

2018-04-23 Thread Manjukumar Matha
From: Vineeth Chowdary Karumanchi 

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 
Signed-off-by: Manjukumar Matha 
---
 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

-- 
___
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx


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

2018-04-06 Thread Manjukumar Matha
From: Vineeth Chowdary Karumanchi 

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 
Signed-off-by: Manjukumar Matha 
---
 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

-- 
___
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx