All of lore.kernel.org
 help / color / mirror / Atom feed
* content of build/tmp/work folder?
@ 2011-11-06  8:48 Matthias Dübon
  2011-11-06 13:06 ` Christian Gagneraud
  2011-11-06 13:19 ` Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Matthias Dübon @ 2011-11-06  8:48 UTC (permalink / raw)
  To: poky

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

Hello everyone,

I am just starting to dive into Poky (and embedded linux). I really like
the concept and the idea of Yocto(resp. Poky) and up to now (almost)
everything worked as expected. But the build/tmp/work directory is puzzling
me.
The handbook stated "this directory contains various subdirectories for
each architecture". In m my working directory I found the following folders:

all-poky-linux
beagleboard-poky-linux-gnueabi
i686-nativesdk-pokysdk-linux
qemux86-poky-linux
armv5te-poky-linux-gnueabi
i586-poky-linux
i686-pokysdk-linux
armv7a-vfp-neon-poky-linux-gnueabi
i686-linux
qemuarm-poky-linux-gnueabi

Ok, beagleboard-poky-linux-gnueabi, qemuarm-poky-linux-gnueabi, ... are
architectures I build. But what about the others folders. What the meaning
of all-poky-linux?

A rough explanation would be very helpful.

-- 
Regards
Matthias Dübon

Ingenieurbüro Dübon
Eberhardstr. 18
72072 Tuebingen
Germany

http://www.ing-duebon.de

[-- Attachment #2: Type: text/html, Size: 1805 bytes --]

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

* Re: content of build/tmp/work folder?
  2011-11-06  8:48 content of build/tmp/work folder? Matthias Dübon
@ 2011-11-06 13:06 ` Christian Gagneraud
  2011-11-06 13:19 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Gagneraud @ 2011-11-06 13:06 UTC (permalink / raw)
  To: poky

On 06/11/11 08:48, Matthias Dübon wrote:
> Hello everyone,
>
> I am just starting to dive into Poky (and embedded linux). I really like
> the concept and the idea of Yocto(resp. Poky) and up to now (almost)
> everything worked as expected. But the build/tmp/work directory is
> puzzling me.
> The handbook stated "this directory contains various subdirectories for
> each architecture". In m my working directory I found the following folders:
>
> all-poky-linux
> beagleboard-poky-linux-gnueabi
> i686-nativesdk-pokysdk-linux
> qemux86-poky-linux
> armv5te-poky-linux-gnueabi
> i586-poky-linux
> i686-pokysdk-linux
> armv7a-vfp-neon-poky-linux-gnueabi
> i686-linux
> qemuarm-poky-linux-gnueabi
>
> Ok, beagleboard-poky-linux-gnueabi, qemuarm-poky-linux-gnueabi, ... are
> architectures I build. But what about the others folders. What the
> meaning of all-poky-linux?
>
> A rough explanation would be very helpful.

"all" stands for all architectures, it contains stuff like python, perl, 
etc... which are architecture independent.
"beagleboard" and "qemuarm" are machine specific, "armv5te" and "i586" 
are architecture specific.

Chris

>
> --
> Regards
> Matthias Dübon
>
> Ingenieurbüro Dübon
> Eberhardstr. 18
> 72072 Tuebingen
> Germany
>
> http://www.ing-duebon.de <http://www.ing-duebon.de/>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


-- 
Chris


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

* Re: content of build/tmp/work folder?
  2011-11-06  8:48 content of build/tmp/work folder? Matthias Dübon
  2011-11-06 13:06 ` Christian Gagneraud
@ 2011-11-06 13:19 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-11-06 13:19 UTC (permalink / raw)
  To: Matthias Dübon; +Cc: poky

On Sun, 2011-11-06 at 09:48 +0100, Matthias Dübon wrote:
> Hello everyone,
> 
> 
> I am just starting to dive into Poky (and embedded linux). I really
> like the concept and the idea of Yocto(resp. Poky) and up to now
> (almost) everything worked as expected. But the build/tmp/work
> directory is puzzling me. 
> The handbook stated "this directory contains various subdirectories
> for each architecture". In m my working directory I found the
> following folders:
> 
> all-poky-linux    

These are architecture independent things like scripts/graphics/fonts.

> beagleboard-poky-linux-gnueabi 
>qemux86-poky-linux
>qemuarm-poky-linux-gnueabi

These are machine specific things (you must have built for three
different machines).

> armv5te-poky-linux-gnueabi
> i586-poky-linux
>armv7a-vfp-neon-poky-linux-gnueabi 

These are software built for specific architectures and specific
optimisations within those architectures.

>i686-nativesdk-pokysdk-linux  
> i686-pokysdk-linux

These are parts of the SDK/toolchain (targetted at an i686 SDKMACHINE)

> i686-linux                      

These are "native" software designed to run on the system you're
building on.
> 
> Ok, beagleboard-poky-linux-gnueabi, qemuarm-poky-linux-gnueabi, ...
> are architectures I build. But what about the others folders. What the
> meaning of all-poky-linux?

Hope that helps!

Cheers,

Richard




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

end of thread, other threads:[~2011-11-06 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06  8:48 content of build/tmp/work folder? Matthias Dübon
2011-11-06 13:06 ` Christian Gagneraud
2011-11-06 13:19 ` Richard Purdie

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.