Hi Jean-Francois, I might have missed this patch, will look into it this week
Thanks, Manju > -----Original Message----- > From: [email protected] [mailto:meta-xilinx- > [email protected]] On Behalf Of Jean-Francois Dagenais > Sent: Friday, July 13, 2018 9:30 AM > To: [email protected] > Subject: Re: [meta-xilinx] [PATCH] xsctbase: do not delete CWD when > do_configure starts > > anyone? Manju? > > > On Jun 7, 2018, at 10:19 AM, Jean-Francois Dagenais > <[email protected]> wrote: > > > > 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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
