Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-04 Thread Slater, Joseph
:58 PM To: Slater, Joseph; Alexander Kanavin; openembedded-core@lists.openembedded.org; BURTON, ROSS Subject: Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib On Wed, 2018-01-03 at 21:46 +, Slater, Joseph wrote: > Currently, we do have to provide qemuwrapper with > LD_LIBRAR

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-03 Thread Richard Purdie
On Wed, 2018-01-03 at 21:46 +, Slater, Joseph wrote: > Currently, we do have to provide qemuwrapper with > LD_LIBRARY_PATH.  We could hard-code all possible paths into that and > not use ${libdir} and ${base_libdir}.  (I tried it and it works.)  We > could also create a couple of new variables,

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-03 Thread Richard Purdie
On Wed, 2018-01-03 at 10:43 +0200, Alexander Kanavin wrote: > On 01/03/2018 12:45 AM, Richard Purdie wrote: > > > > Sorry, but I don't think this can work :/. > > > > Do the sstate sig selftests pass with this change? > > > > I appreciate this will make some things "work" but it will mean > > th

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-03 Thread Slater, Joseph
d.org; BURTON, ROSS Subject: Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib On 01/03/2018 12:45 AM, Richard Purdie wrote: > Sorry, but I don't think this can work :/. > > Do the sstate sig selftests pass with this change? > > I appreciate this will make some

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-03 Thread Alexander Kanavin
On 01/03/2018 12:45 AM, Richard Purdie wrote: Sorry, but I don't think this can work :/. Do the sstate sig selftests pass with this change? I appreciate this will make some things "work" but it will mean that allarch packages rebuild for each architecture or multilib and that isn't right either

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-02 Thread Richard Purdie
On Tue, 2018-01-02 at 12:00 -0800, Joe Slater wrote: > postinstall scripts may run target binaries and need to know > where shared libraries are. > > Signed-off-by: Joe Slater > --- >  meta/classes/allarch.bbclass | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta

[OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-02 Thread Joe Slater
postinstall scripts may run target binaries and need to know where shared libraries are. Signed-off-by: Joe Slater --- meta/classes/allarch.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 51ba509..