[OE-core] lib64 not getting picked up

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 1 16:58:47 UTC 2011


On Mon, 2011-08-01 at 11:28 -0500, Mark Hatle wrote:
> On 8/1/11 11:15 AM, Kumar Gala wrote:
> > I'm trying to build a powerpc 64-bit system and for some reason everything is still in /lib instead of /lib64.
> > 
> > I'd expect things in /lib64 based on how arch-powerpc64.inc has:
> > 
> > BASE_LIB_tune-powerpc64 = "lib64"
> > 
> > any ideas on what to look at for why this isn't happening?
> > 
> > - k
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> in bitbake.conf try changing "baselib" to:
> 
> baselib = "${@d.getVar('BASE_LIB_tune-${DEFAULTTUNE}', True) or 'lib'}"

FWIW, this is currently in multilib.conf so in non multilib configs, it
defaults to "lib" and in multilib, it defaults to the BASE_LIB settings.

If we want to use BASE_LIB in all cases its easy to change, I just felt
we could hold off on doing that for now, at least whilst we work through
some of the tune gremlins...

Cheers,

Richard





More information about the Openembedded-core mailing list