All of lore.kernel.org
 help / color / mirror / Atom feed
* building OE for an amd64 machine
@ 2009-01-29  8:53 Robert Schuster
  2009-01-29  9:37 ` Robert Schuster
  2009-01-29  9:52 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Schuster @ 2009-01-29  8:53 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

Hi,
I want to build packages with OE that can run on my AMD64 system. As
such I started a machine configuration and a CPU tune file.

At first everything looks good but when glibc-initial is about to
compiled it wants to include some header file from the kernel headers
(asm-x64-64/socket.h) and cannot find it.

The strange thing is that linux-libc-headers is not installed into any
of the staging directories.

Well, it is basically my first shot at a new machine configuration. :)

I created a user branch for the amd64 support and committed those two
patches to it:

http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=20a70182e0ab8b6fad5381ea797123c6d6478dc4
http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=6441c620a7e13d6a6f1be4fe54bf1fb7fc3e6dc5
http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=0aeb635f90e332cfb65725147dd1f78a30b9f079

I am grateful about any help to get this to work.

Regards
Robert


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: building OE for an amd64 machine
  2009-01-29  8:53 building OE for an amd64 machine Robert Schuster
@ 2009-01-29  9:37 ` Robert Schuster
  2009-01-29  9:52 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Schuster @ 2009-01-29  9:37 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Hi,

Robert Schuster schrieb:
> The strange thing is that linux-libc-headers is not installed into any
> of the staging directories.
> 
> Well, it is basically my first shot at a new machine configuration. :)
Forgot to tell. I am using the angstrom-2008.1 distributiom.

Regards
Robert


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: building OE for an amd64 machine
  2009-01-29  8:53 building OE for an amd64 machine Robert Schuster
  2009-01-29  9:37 ` Robert Schuster
@ 2009-01-29  9:52 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-01-29  9:52 UTC (permalink / raw)
  To: openembedded-devel

On 29-01-09 09:53, Robert Schuster wrote:
> Hi,
> I want to build packages with OE that can run on my AMD64 system. As
> such I started a machine configuration and a CPU tune file.
>
> At first everything looks good but when glibc-initial is about to
> compiled it wants to include some header file from the kernel headers
> (asm-x64-64/socket.h) and cannot find it.
>
> The strange thing is that linux-libc-headers is not installed into any
> of the staging directories.
>
> Well, it is basically my first shot at a new machine configuration. :)
>
> I created a user branch for the amd64 support and committed those two
> patches to it:
>
> http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=20a70182e0ab8b6fad5381ea797123c6d6478dc4
> http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=6441c620a7e13d6a6f1be4fe54bf1fb7fc3e6dc5
> http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&h=robertschuster/amd64-target&id=0aeb635f90e332cfb65725147dd1f78a30b9f079
>
> I am grateful about any help to get this to work.

+PACKAGE_EXTRA_ARCH += "amd64"

That's missing an 'S' at the end

+IMAGE_FSTYPES ?= "ext2.gz"

That should the '+='

regards,

Koen




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-29 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  8:53 building OE for an amd64 machine Robert Schuster
2009-01-29  9:37 ` Robert Schuster
2009-01-29  9:52 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.