All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Looijmans <mike.looijmans@topic.nl>
To: "Joel (Xi Zhou) Zhou" <joel.zhou@broadcom.com>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: armv7 firmware recipe in armv8 distro
Date: Thu, 28 May 2015 07:24:52 +0200	[thread overview]
Message-ID: <5566A6A4.4030206@topic.nl> (raw)
In-Reply-To: <9F136EE5FB53D64397ED1089A0E760E0162D1190@SJEXCHMB12.corp.ad.broadcom.com>

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.


      reply	other threads:[~2015-05-28  5:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 19:19 armv7 firmware recipe in armv8 distro Joel (Xi Zhou) Zhou
2015-05-28  5:24 ` Mike Looijmans [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5566A6A4.4030206@topic.nl \
    --to=mike.looijmans@topic.nl \
    --cc=joel.zhou@broadcom.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.