On Fri, Dec 11, 2009 at 3:47 AM, RK Raggit <[email protected]> wrote: > As I see you are targetting cortex-a9 I would suggest that you use >> later version of >> glibc or even better use eglibc 2.10 or 2.11 >> > > one silly question ... how do i make my build skip the glibc package and > pick the eglibc 2.11 instead ?
if you use minimal or micro distro then eglibc is default libc for others you can add LIBC="eglibc" IIRC angstrom needs ANGSTROMLIBC = "eglibc" for choosing 2.11 you can add PREFERRED_VERSION_eglibc = "2.11" PREFERRED_VERSION_eglibc-initial = "2.11" to your local.conf > > --RK > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
