Re: [OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-26 Thread mariano . lopez
From: Mariano Lopez The relocation script of the SDK doesn't have enough error handling when replacing host perl with SDK perl or changing the symlinks. This will add those checks along with a sanity check of xargs. [YOCTO #10114] Signed-off-by: Mariano Lopez

Re: [OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-23 Thread Richard Purdie
On Fri, 2016-09-23 at 16:56 +0200, Patrick Ohly wrote: > On Fri, 2016-09-23 at 15:48 +0100, Richard Purdie wrote: > > > > On Wed, 2016-09-21 at 19:06 -0700, Christopher Larson wrote: > > > > > > > > > On Wed, Sep 21, 2016 at 12:54 AM, > > > wrote: > > > > > > >

Re: [OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-23 Thread Patrick Ohly
On Fri, 2016-09-23 at 15:48 +0100, Richard Purdie wrote: > On Wed, 2016-09-21 at 19:06 -0700, Christopher Larson wrote: > > > > On Wed, Sep 21, 2016 at 12:54 AM, > > wrote: > > > diff --git a/meta/files/toolchain-shar-relocate.sh > > >

Re: [OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-23 Thread Richard Purdie
On Wed, 2016-09-21 at 19:06 -0700, Christopher Larson wrote: > > On Wed, Sep 21, 2016 at 12:54 AM, > wrote: > > diff --git a/meta/files/toolchain-shar-relocate.sh > > b/meta/files/toolchain-shar-relocate.sh > > index d4bcf0e..e491153 100644 > > ---

Re: [OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-21 Thread Christopher Larson
On Wed, Sep 21, 2016 at 12:54 AM, wrote: > diff --git a/meta/files/toolchain-shar-relocate.sh > b/meta/files/toolchain-shar-relocate.sh > index d4bcf0e..e491153 100644 > --- a/meta/files/toolchain-shar-relocate.sh > +++ b/meta/files/toolchain-shar-relocate.sh > @@

[OE-core] [PATCH 1/1] toolchain-shar-relocate.sh: Add error-handling

2016-09-21 Thread mariano . lopez
From: Mariano Lopez The relocation script of the SDK doesn't have enough error handling when replacing host perl with SDK perl or changing the symlinks. This will add those checks along with a sanity check of xargs. [YOCTO #10114] Signed-off-by: Mariano Lopez