[oe] [PATCH] conf/machine: Add x86_64 machine.

Khem Raj raj.khem at gmail.com
Mon Dec 21 02:13:38 UTC 2009


On Sun, Dec 20, 2009 at 11:04 AM, Koen Kooi <k.kooi at student.utwente.nl> 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
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list