All of lore.kernel.org
 help / color / mirror / Atom feed
* armv7 firmware recipe in armv8 distro
@ 2015-05-27 19:19 Joel (Xi Zhou) Zhou
  2015-05-28  5:24 ` Mike Looijmans
  0 siblings, 1 reply; 2+ messages in thread
From: Joel (Xi Zhou) Zhou @ 2015-05-27 19:19 UTC (permalink / raw)
  To: yocto@yoctoproject.org

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

Hi all,

We have a Yocto BSP based on arm64/aarch64 machine.
On top of this, I need to create a firmware recipe, which need armv7 cross-compiler.
So question is, how to support multiple toolchain in Yocto?

Thanks,
Joel

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

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

* Re: armv7 firmware recipe in armv8 distro
  2015-05-27 19:19 armv7 firmware recipe in armv8 distro Joel (Xi Zhou) Zhou
@ 2015-05-28  5:24 ` Mike Looijmans
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Looijmans @ 2015-05-28  5:24 UTC (permalink / raw)
  To: Joel (Xi Zhou) Zhou, yocto@yoctoproject.org

On 27-05-15 21:19, Joel (Xi Zhou) Zhou wrote:
> Hi all,
>
> We have a Yocto BSP based on arm64/aarch64 machine.
>
> On top of this, I need to create a firmware recipe, which need armv7
> cross-compiler.
>
> So question is, how to support multiple toolchain in Yocto?

Yocto/OE doesn't support multiple "machines" in a single build.

You'll have to create a separate yocto build (can use the same environment 
though) by setting MACHINE to your armv7 firmware system and then placing the 
output somewhere ("deploy" task). Then make a recipe for the arm64 machine 
that picks up this output and packs it for deployment on target, like other 
firmware blobs.


I think eventually we'll see "composite" machine support in OE, I guess, but 
for now, I have no clue as to how this would work, otherwise I'd have 
submitted a patch implementing it already.


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

end of thread, other threads:[~2015-05-28  5:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 19:19 armv7 firmware recipe in armv8 distro Joel (Xi Zhou) Zhou
2015-05-28  5:24 ` Mike Looijmans

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.