[OE-core] [PATCH 0/2] Add ldconfig alt lib search paths

Armin Kuster akuster808 at gmail.com
Wed Nov 11 17:41:45 UTC 2015


I have a customer who wanted to define alt ldconfig search paths on a per recipe 
basis and adding hardcoded search paths in ldconfig-native does not scale well.

Here is a prototype scheme to allow extending
the search path for ldconfig-native without hardcoding.

Alt search paths can be defined in a recipe or via
local.conf.

This works in this form but I suspect there are cleaner or better schemes.

enjoy.

Armin Kuster (2):
  ldconfig: add method to extend ldconfig search dirs
  ldsoconf: allow extension via local.conf

 meta/classes/image-ldconfig.bbclass | 32 ++++++++++++++++++++++++++++++++
 meta/classes/ldconfig.bbclass       | 27 +++++++++++++++++++++++++++
 meta/conf/bitbake.conf              |  8 ++++++++
 3 files changed, 67 insertions(+)
 create mode 100644 meta/classes/image-ldconfig.bbclass
 create mode 100644 meta/classes/ldconfig.bbclass

-- 
2.3.5




More information about the Openembedded-core mailing list