This is to fix these errors in the configure.log: shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Signed-off-by: Jean-Francois Dagenais <[email protected]> --- classes/xsctbase.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/xsctbase.bbclass b/classes/xsctbase.bbclass index 74d8067..d764898 100644 --- a/classes/xsctbase.bbclass +++ b/classes/xsctbase.bbclass @@ -27,7 +27,7 @@ do_configure() { export RDI_PLATFORM=lnx64 export SWT_GTK3=0 - rm -rf ${XSCTH_WS} + ls -A | xargs rm -rf if [ -d "${S}/patches" ]; then rm -rf ${S}/patches -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
