Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-26 Thread Ruslan Bilovol via Openembedded-core
Hi Richard, I see I'm too late and the patch is already reverted. I'll update it and push again later then. Thanks, Ruslan On 07/25/2018 06:44 PM, Richard Purdie wrote: Whilst we merged this, it has unfortunately totally broken uninative- tarball. We're under pressure to update to a new uninat

Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-25 Thread Richard Purdie
Whilst we merged this, it has unfortunately totally broken uninative- tarball. We're under pressure to update to a new uninative to unbreak builds on recent distros with sstate sharing and this now blocks doing so. I can't add the value to the relocate_sdk.py call from uninative.bbclass since I do

Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-17 Thread Christopher Larson
IMHO this is a solid improvement that should go in. On Tue, Jul 17, 2018 at 8:09 AM Ruslan Bilovol via Openembedded-core < openembedded-core@lists.openembedded.org> wrote: > Hi all, > > Any comments on this patch? > > Thanks > Ruslan > > On 11/22/2017 01:20 PM, Ruslan Bilovol wrote: > > This patc

Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-17 Thread Ruslan Bilovol via Openembedded-core
Hi all, Any comments on this patch? Thanks Ruslan On 11/22/2017 01:20 PM, Ruslan Bilovol wrote: This patch removes hardcodes added to relocate_sdk.py during SDK build, making it flexible and reusable. Now default SDK path is passed to the script as parameter rather then harcoded inside it. Th

[OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2017-11-22 Thread Ruslan Bilovol
This patch removes hardcodes added to relocate_sdk.py during SDK build, making it flexible and reusable. Now default SDK path is passed to the script as parameter rather then harcoded inside it. This allows to reuse this script for multiple relocations, and adds possibility to relocate SDK multipl