[poky] [PULL] fixes to eglibc and busybox

Mark Hatle mark.hatle at windriver.com
Thu Nov 4 11:21:37 PDT 2010


On 11/4/10 1:10 PM, Saul Wold wrote:
> On 11/04/2010 08:13 AM, Mark Hatle wrote:
>> On 11/3/10 7:55 PM, Cui, Dexuan wrote:
>>> BTW: The fix to busybox is a RESEND since looks it was neglected. :-)
>>>
>>> $ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
>>> Note:<commit_id>    parameter assumed as 'HEAD'
>>>
>>>     meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
>>>     meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
>>>     meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
>>>     3 files changed, 9 insertions(+), 9 deletions(-)
>>>
>>> Dexuan Cui (2):
>>>          busybox: enable more options for tar to support more file formats.
>>>          eglibc: install the missing /etc/ld.so.conf into target
>>>
>>> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>>>
>>>
>>> commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
>>> Author: Dexuan Cui<dexuan.cui at intel.com>
>>> Date:   Tue Nov 2 15:42:09 2010 +0800
>>>
>>>        eglibc: install the missing /etc/ld.so.conf into target
>>
>> My preference is that /etc/ld.so.conf not always be installed onto the target.
>> It's not required for anything to function, and as long as only default library
>> directories are used, even ldconfig will run properly with it not existing (or
>> empty).
>>
>> If we do install it, we need to make sure it's empty.  I don't think it's
>> appropriate to advocate alternative library directories on an embedded platform.
>>
> Mark,
>
> The default one that we are installing contains entries for
> /usr/local/lib and /usr/X11R6/lib
>
> I understand you would rather it be empty, is that correct?

Generally speaking, we should not be placing software into /usr/local/lib as 
part of the Yocto work.  That location, and /opt/* are reserved for system 
administrators to place their own software...  So that location, if necessary, 
should be done by the system admin.

The /usr/X11R6/lib location should be a symlink to /usr/lib.  As all of the X 
libraries are installed into /usr/lib... so there is no reason to have this 
location in the ld.so.conf.  (Note I have not verified that that is a symlink... 
or if the directory is empty -- but it should be...)

So yes, my preference is that it's either absent or empty for embedded systems.

--Mark

>
> Sau!
>
>
>>>        ${sysconfdir} should be added into FILES_${PN}.
>>>
>>>        Fixes [BUGID #511]
>>>
>>>        Signed-off-by: Dexuan Cui<dexuan.cui at intel.com>
>>>
>>> commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
>>> Author: Dexuan Cui<dexuan.cui at intel.com>
>>> Date:   Tue Oct 26 15:10:26 2010 +0800
>>>
>>>        busybox: enable more options for tar to support more file formats.
>>>
>>>        Fixes [BUGID #495]
>>>
>>>        Signed-off-by: Dexuan Cui<dexuan.cui at intel.com>
>>> _______________________________________________
>>> poky mailing list
>>> poky at pokylinux.org
>>> https://lists.pokylinux.org/listinfo/poky
>>
>> _______________________________________________
>> poky mailing list
>> poky at pokylinux.org
>> https://lists.pokylinux.org/listinfo/poky
>>
>
> _______________________________________________
> poky mailing list
> poky at pokylinux.org
> https://lists.pokylinux.org/listinfo/poky




More information about the poky mailing list