From: Vineeth Chowdary Karumanchi <[email protected]> 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 <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- 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 [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
