On 29 September 2017 at 03:58, Huang, Jackie (Wind River) < jackie.huang@windriver.com> wrote: > - This will cause the existing contents of ld.so.conf to be > obliterated > > if the file wasn't empty to begin with. (I know that it is empty in > > oe-core, but a distro layer might be overlaying this file with its > > own.) > > > - Also, it seems as though the choice of whether to use an > "ld.so.conf.d" > > arrangement or not is one that the distro should be making. Is there > > a strong reason why this needs to be done in oe-core? > This is easily handled in many ways. Check the include doesn't already exist and concatenate the file instead of overwriting it, for example. Or add the include to the default oe-core ld.so.conf, and distros that want to change ld.so.conf can by changing that file. Ross