Re: [OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-12-09 Thread Phil Blundell
On Wed, 2015-12-09 at 12:40 -0800, akuster wrote: > On 12/08/2015 02:34 PM, Phil Blundell wrote: > > On Tue, 2015-12-08 at 13:05 -0800, akuster wrote: > >> This is for ldconfig-native. The homebrew OE created. It has hard coded > >> search patches. So OE only supports the standard /usr/* /lib* path

Re: [OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-12-08 Thread Phil Blundell
On Tue, 2015-12-08 at 13:05 -0800, akuster wrote: > This is for ldconfig-native. The homebrew OE created. It has hard coded > search patches. So OE only supports the standard /usr/* /lib* paths in > the native part of the build. In that case, given that you're talking about image construction, isn

Re: [OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-12-08 Thread Phil Blundell
On Tue, 2015-12-08 at 08:33 -0800, akuster808 wrote: > ping > > On 11/11/2015 09:41 AM, Armin Kuster wrote: > > From: Armin Kuster > > > > this provides a method to extend the search path ldconfig-native > > uses when creating ls.so.cache. > > > > To enable in recipe: > > > > add: > > inherit

Re: [OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-12-08 Thread akuster808
ping On 11/11/2015 09:41 AM, Armin Kuster wrote: > From: Armin Kuster > > this provides a method to extend the search path ldconfig-native > uses when creating ls.so.cache. > > To enable in recipe: > > add: > inherit ldconfig > > LDSOCONF = "/opt/lib" > > this will create a ld.so.conf file i

[OE-core] [PATCH 1/2] ldconfig: add method to extend ldconfig search dirs

2015-11-11 Thread Armin Kuster
From: Armin Kuster this provides a method to extend the search path ldconfig-native uses when creating ls.so.cache. To enable in recipe: add: inherit ldconfig LDSOCONF = "/opt/lib" this will create a ld.so.conf file in work-shared/ldconfig/${PN}/ to create an image with these new search path