[meta-xilinx] [PATCH] xsctbase: do not delete CWD when do_configure starts

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Mon Jul 16 01:20:52 PDT 2018


Hi Jean-Francois,

I might have missed this patch, will look into it this week

Thanks,
Manju

> -----Original Message-----
> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
> bounces at yoctoproject.org] On Behalf Of Jean-Francois Dagenais
> Sent: Friday, July 13, 2018 9:30 AM
> To: meta-xilinx at yoctoproject.org
> 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
> <jeff.dagenais at gmail.com> 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 <jeff.dagenais at gmail.com>
> > ---
> > 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
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx


More information about the meta-xilinx mailing list