Hi On Wed, Aug 22, 2018 at 4:57 PM <[email protected]> wrote: > > On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:37 PM <[email protected]> > > wrote: > > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > > /libx32/ld-linux-x32.so. > > > > > > I just looked at what the function is doing and its broken. What is > > > DEFAULTTUNE set to in your build? > > > > DEFAULTTUNE="dbfp4" > > As I suspected. > > Try applying: > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=d69f0127b44a5216dd21ad972d6f2b2e4cda6d13 > > and > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=95aa56ae11852c100be68d13aaffa9c83273b46b
After applying both: pokyuser@3a9fc37099f7:/workdir/build$ bitbake glibc -e | grep ^RTLDLIST= RTLDLIST="/lib/ld-linux-x86-64.so.2" and ricardo@neopili:~/curro/yocto/europa/build/tmp/work$ cat dbfp4-poky-linux/glibc/2.27-r0/build-x86_64-poky-linux/elf/ldd | grep ^RTLD RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 /libx32/ld-linux-x32.so.2 /lib/ld-linux-x86-64.so.2" So it seems fixed (and more cleanly than with my patch :P) Thanks! > > and then seen if that fixes things. > > Cheers, > > Richard -- Ricardo Ribalda -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
