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

Tom Rini trini at embeddedalley.com
Tue Aug 18 04:23:32 UTC 2009


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}

-- 
Tom Rini




More information about the Openembedded-devel mailing list