]> code.ossystems Code Review - openembedded-core.git/commit
distro/defaultsetup.conf: Append TCLIBC to TMPDIR by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2011 10:48:29 +0000 (12:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:49:37 +0000 (23:49 +0100)
commitf2528db8f466a21ca207b310fffa7b05884b4579
treeee1783e442aa3ca505300f12eaae241bd4f25453
parent99dbb6512e057f6cb02d18a1be7c51439c1bfa30
distro/defaultsetup.conf: Append TCLIBC to TMPDIR by default

The current solutions to share uclibc, eglibc and glibc builds in the
same tree all have various issues associated with them. Appending the
suffix to TMPDIR seems like the best solution since sstate (which
defaults to outside TMPDIR) will allow reuse of any components.

This avoids messy changes to the core with other approaches to this
problem inevitably entail, usually in code where this abstraction isn;'t
logically best placed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/defaultsetup.conf
meta/conf/distro/include/tclibc-uclibc.inc