All of lore.kernel.org
 help / color / mirror / Atom feed
* Can I build Yocto Arm Image without QEMU?
@ 2020-05-31 11:15 reffum
  2020-05-31 16:35 ` [yocto] " Sergei Nikulov
  0 siblings, 1 reply; 5+ messages in thread
From: reffum @ 2020-05-31 11:15 UTC (permalink / raw)
  To: yocto

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


Hello!
Sorry for my English. My first language is Russian.
I have a question about build yocto image. Can I build image without build any QEMU packages? And how can I do it?
I do not neet QEMU, I run Linux only in hardware.
Thank you for answers.
 
 
----------------------------------------------------------------------

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

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

* Re: [yocto] Can I build Yocto Arm Image without QEMU?
  2020-05-31 11:15 Can I build Yocto Arm Image without QEMU? reffum
@ 2020-05-31 16:35 ` Sergei Nikulov
  2020-05-31 17:52   ` Олег Гаврильченко
  2020-06-01 19:38   ` Mark Van De Vyver
  0 siblings, 2 replies; 5+ messages in thread
From: Sergei Nikulov @ 2020-05-31 16:35 UTC (permalink / raw)
  To: reffum; +Cc: yocto

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

вс, 31 мая 2020 г., 14:15 Олег Гаврильченко via lists.yoctoproject.org
<reffum=bk.ru@lists.yoctoproject.org>:

> Hello!
> Sorry for my English. My first language is Russian.
> I have a question about build yocto image. Can I build image without build
> any QEMU packages? And how can I do it?
>

Yes, you can.
Check MACHINE variable in documentation.
You should set it to specific HW you're using.

I do not neet QEMU, I run Linux only in hardware.
> Thank you for answers.
>
>
> ------------------------------
> 
>

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

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

* Re: Can I build Yocto Arm Image without QEMU?
  2020-05-31 16:35 ` [yocto] " Sergei Nikulov
@ 2020-05-31 17:52   ` Олег Гаврильченко
  2020-05-31 18:27     ` [yocto] " Alexander Kanavin
  2020-06-01 19:38   ` Mark Van De Vyver
  1 sibling, 1 reply; 5+ messages in thread
From: Олег Гаврильченко @ 2020-05-31 17:52 UTC (permalink / raw)
  To: yocto

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

May I ask you to clarify, how can I do that?
I build Yocto image for XILINX ZYNQ7 board and set MACHINE = zybo-zynq7. And then run "bitbake core-image-minimal". QEMU is downloaded, compiled and installed.

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

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

* Re: [yocto] Can I build Yocto Arm Image without QEMU?
  2020-05-31 17:52   ` Олег Гаврильченко
@ 2020-05-31 18:27     ` Alexander Kanavin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2020-05-31 18:27 UTC (permalink / raw)
  To: reffum; +Cc: yocto

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

Qemu is also used to run target binaries during build (when there is a need
to generate some data files that can only be produced by running those
binaries). If you see a build of qemu-native, it will not end up in the
target image.

What is your use case specifically?

Alex

On Sun, 31 May 2020 at 19:52, Олег Гаврильченко via lists.yoctoproject.org
<reffum=bk.ru@lists.yoctoproject.org> wrote:

> May I ask you to clarify, how can I do that?
> I build Yocto image for XILINX ZYNQ7 board and set MACHINE = zybo-zynq7.
> And then run "bitbake core-image-minimal". QEMU is downloaded, compiled and
> installed. 
>

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

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

* Re: [yocto] Can I build Yocto Arm Image without QEMU?
  2020-05-31 16:35 ` [yocto] " Sergei Nikulov
  2020-05-31 17:52   ` Олег Гаврильченко
@ 2020-06-01 19:38   ` Mark Van De Vyver
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Van De Vyver @ 2020-06-01 19:38 UTC (permalink / raw)
  To: Sergei Nikulov; +Cc: reffum, yocto

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

On Mon, Jun 1, 2020 at 2:36 AM Sergei Nikulov <sergey.nikulov@gmail.com>
wrote:

>
>
> вс, 31 мая 2020 г., 14:15 Олег Гаврильченко via lists.yoctoproject.org
> <reffum=bk.ru@lists.yoctoproject.org>:
>
>> Hello!
>> Sorry for my English. My first language is Russian.
>> I have a question about build yocto image. Can I build image without
>> build any QEMU packages? And how can I do it?
>>
>
> Yes, you can.
> Check MACHINE variable in documentation.
>

HTH:

https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#var-MACHINE

You should set it to specific HW you're using.
>

> I do not neet QEMU, I run Linux only in hardware.
>> Thank you for answers.
>>
>>
>> ------------------------------
>>
>> 
>

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

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

end of thread, other threads:[~2020-06-01 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-31 11:15 Can I build Yocto Arm Image without QEMU? reffum
2020-05-31 16:35 ` [yocto] " Sergei Nikulov
2020-05-31 17:52   ` Олег Гаврильченко
2020-05-31 18:27     ` [yocto] " Alexander Kanavin
2020-06-01 19:38   ` Mark Van De Vyver

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.