On Sun, Dec 20, 2009 at 11:04 AM, Koen Kooi <[email protected]> wrote: >> On Thu, 2009-12-17 at 12:07 -0800, Khem Raj wrote: >>> >>> * This is not supporting multilib >>> * Only 64-bit userspace can be built. >>> >>> --- /dev/null >>> +++ b/conf/machine/include/tune-x86_64.inc >>> @@ -0,0 +1,4 @@ >>> +TARGET_CC_ARCH = "-mtune=generic" >>> +BASE_PACKAGE_ARCH = "x86_64" >>> +FEED_ARCH = "x86_64" >>> +PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 i686" > > NAK! Don't use underscores in machine names since it's what bitbake is using > to mark overrides. I fell into that trap twice already :( > > Also, please explain to me what you plan to do with 'FEED_ARCH'.
I was thinking of using amd64 but ARCH has to be x86_64 at least for gcc so I think we can not avoid it. may be we should make bitbake ignore certain overrides like x86_64 if thats possible at all. > > regards, > > Koen > > > _______________________________________________ > 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
