[oe] [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for mipsel-linux and mipsel-linux-uclibc

Holger Hans Peter Freyther holger+oe at freyther.de
Tue Aug 18 12:45:14 UTC 2009


On Tuesday 18 August 2009 06:23:32 Tom Rini wrote:
> On Tue, Aug 18, 2009 at 03:50:02AM +0200, Holger Hans Peter Freyther wrote:
> > On Monday 17 August 2009 17:24:08 Tom Rini wrote:
> > > Given that the answer is the same for mipsel-linux and
> > > mipsel-linux-uclibc, this is probably the wrong place.  The right place
> > > is either a mips common one or a linux common one (if it's also the
> > > same for every other linux platform).
> >
> > To be honest CONFIG_SITE is always a bit of black magic to me. Can I just
> > create mipsel-common and it will be picked up? Actually I should just try
> > it.
>
> What's picked up depends on siteinfo.bbclass.  So you'd have to add it
> there.  But, it's quite likely these belong in common-linux:
> $ grep ac_cv_sys_restartable_syscalls *
> armeb-linux:ac_cv_sys_restartable_syscalls=yes
> armeb-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
> arm-linux:ac_cv_sys_restartable_syscalls=yes
> arm-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
> ix86-common:ac_cv_sys_restartable_syscalls=yes
> ix86-common:ac_cv_sys_restartable_syscalls=yes
> powerpc-common:ac_cv_sys_restartable_syscalls=yes
> sh-common:ac_cv_sys_restartable_syscalls=yes
> sparc-linux:ac_cv_sys_restartable_syscalls=yes
> $ grep ac_cv_conv_longlong_to_float *
> arm-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> ix86-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes
>}
> powerpc-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=
>yes}
> sh-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}

Good points,

I started creating a mipsel-common and the net result would be that the 
mipsel-linux,mipsel-linux-uclibc files will be empty. I will need some more 
time to do this cleanup...




More information about the Openembedded-devel mailing list