Add the xsct tool requirement of Xvfb and xlsclients in README Signed-off-by: Manjukumar Matha <[email protected]> --- README.md | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md index 2acd4aa..bd78938 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Dependencies This layer depends on: +* **You'll need `xlsclients` and `Xvfb` to satisfy the XSCT dependence on it. +You may install these by `apt-get install -y xvfb x11-utils` or the like. + XSCT being installed somewhere the yocto build can access. You must define this path by specifying the XILINX_SDK_TOOLCHAIN variable globally, typically in your local.conf (or site.conf). -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
