This addresses [YOCTO #2295], in which the meta-toolchain target would fail for the poky-tiny DISTRO definition due to its reduced libc feature set. This is not an optimal solution as it significantly increases the size of the C libraries (by 461KB). However, by making the features easily removed, those looking for truly tiny libc configurations can easily revert to the smaller set. Out of the box, we want poky-tiny to be able to build meta-toolchain.
In the future, we need to address WHY meta-toolchain cannot be built without these features and look at how to reduce the impact of meta-toolchain on the target eglibc build. The following changes since commit c936fca6e163bc19bc08cbd0036b31ca6f6c3ed6: bitbake.conf: Add PARALLEL_MAKE to BB_HASHBASE_WHITELIST (2012-04-16 23:37:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/tiny http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/tiny Darren Hart (1): poky-tiny: Separate the libc features required for meta-toolchain meta-yocto/conf/distro/poky-tiny.conf | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) -- 1.7.5.4 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto