Xvfb and xlsclients are required for xsct to work, add this as the depedency in HOSTTOOLS
Signed-off-by: Manjukumar Matha <[email protected]> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 558cbcc..bf08925 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,4 +18,4 @@ XLNX_SCRIPTS_DIR = "${LAYERDIR}/scripts/" XILINX_VER_MAIN ??= "2018.1" -HOSTTOOLS += "ps" +HOSTTOOLS += "ps Xvfb xlsclients" -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
