yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* setup in Ubuntu on VMWare #ubuntu
@ 2023-03-12  4:52 Crane
  2023-03-12  8:11 ` [yocto] " Ron Eggler
  2023-03-12 10:23 ` Mike Lynch
  0 siblings, 2 replies; 4+ messages in thread
From: Crane @ 2023-03-12  4:52 UTC (permalink / raw)
  To: yocto

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

Hello,

I want to run Yocto project build on Ubuntu 22.04 running on VMWare. In the documentation at this link ( https://docs.yoctoproject.org/current/dev-manual/start.html#setting-up-to-use-cross-platforms-crops ) , there are three cases, but none of them is for Linux running on virtual machine.
I wonder if it belongs to the category of "Native Linux Host". If not, how to set up Ubuntu 22.04 on VMWare.

Thanks!
Crane

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

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

* Re: [yocto] setup in Ubuntu on VMWare #ubuntu
  2023-03-12  4:52 setup in Ubuntu on VMWare #ubuntu Crane
@ 2023-03-12  8:11 ` Ron Eggler
  2023-03-12 10:23 ` Mike Lynch
  1 sibling, 0 replies; 4+ messages in thread
From: Ron Eggler @ 2023-03-12  8:11 UTC (permalink / raw)
  To: yocto

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

Hi Crane

On 2023-03-11 20:52, Crane wrote:
> Hello,
>
> I want to run Yocto project build on Ubuntu 22.04 running on VMWare. 
> In the documentation at this link 
> <https://docs.yoctoproject.org/current/dev-manual/start.html#setting-up-to-use-cross-platforms-crops>, 
> there are three cases, but none of them is for Linux running on 
> virtual machine.
To install Ubuntu on a VMware virtual machine, you can follow a guide 
like this one e.g.: 
https://www.thecoderworld.com/how-to-install-ubuntu-on-vmware-workstation-player/
> I wonder if it belongs to the category of "Native Linux Host". If not, 
> how to set up Ubuntu 22.04 on VMWare.

Once you've got Ubuntu installed on a virtual machine, you should be 
able to follow the instructions as if it was a native host, however, 
your performance (i.e. build time) will likely be significantly worse 
than if it was run directly on the host (w/o virtualization).

Ron

>
> Thanks!
> Crane
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59403):https://lists.yoctoproject.org/g/yocto/message/59403
> Mute This Topic:https://lists.yoctoproject.org/mt/97554667/7254380
> Mute #ubuntu:https://lists.yoctoproject.org/g/yocto/mutehashtag/ubuntu
> Group Owner:yocto+owner@lists.yoctoproject.org
> Unsubscribe:https://lists.yoctoproject.org/g/yocto/unsub  [ron.eggler@mistywest.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

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

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

* Re: [yocto] setup in Ubuntu on VMWare #ubuntu
  2023-03-12  4:52 setup in Ubuntu on VMWare #ubuntu Crane
  2023-03-12  8:11 ` [yocto] " Ron Eggler
@ 2023-03-12 10:23 ` Mike Lynch
  2023-03-13  7:52   ` Janne Kiiskila
  1 sibling, 1 reply; 4+ messages in thread
From: Mike Lynch @ 2023-03-12 10:23 UTC (permalink / raw)
  To: Crane; +Cc: yocto

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

I've done this in the past.  Build time in that environment is painfully
slow (an entire day using a decent machine).

On Sat, Mar 11, 2023, 10:52 PM Crane <crane2018@gmail.com> wrote:

> Hello,
>
> I want to run Yocto project build on Ubuntu 22.04 running on VMWare. In
> the documentation at this link
> <https://docs.yoctoproject.org/current/dev-manual/start.html#setting-up-to-use-cross-platforms-crops>,
> there are three cases, but none of them is for Linux running on virtual
> machine.
> I wonder if it belongs to the category of "Native Linux Host". If not, how
> to set up Ubuntu 22.04 on VMWare.
>
> Thanks!
> Crane
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59403):
> https://lists.yoctoproject.org/g/yocto/message/59403
> Mute This Topic: https://lists.yoctoproject.org/mt/97554667/6323106
> Mute #ubuntu:https://lists.yoctoproject.org/g/yocto/mutehashtag/ubuntu
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> chiefsleepyeye@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

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

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

* RE: [yocto] setup in Ubuntu on VMWare #ubuntu
  2023-03-12 10:23 ` Mike Lynch
@ 2023-03-13  7:52   ` Janne Kiiskila
  0 siblings, 0 replies; 4+ messages in thread
From: Janne Kiiskila @ 2023-03-13  7:52 UTC (permalink / raw)
  To: chiefsleepyeye, Crane; +Cc: yocto

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

Hei,

Indeed – same as natively. However, the VMWare slowed it down by some 50% vs. running the same build on the same machine natively (in my case Ubuntu 20.04).

Best Regards,


Janne Kiiskilä

From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On Behalf Of Mike via lists.yoctoproject.org
Sent: sunnuntai 12. maaliskuuta 2023 12.24
To: Crane <crane2018@gmail.com>
Cc: yocto@lists.yoctoproject.org
Subject: Re: [yocto] setup in Ubuntu on VMWare #ubuntu

I've done this in the past.  Build time in that environment is painfully slow (an entire day using a decent machine).

On Sat, Mar 11, 2023, 10:52 PM Crane <crane2018@gmail.com<mailto:crane2018@gmail.com>> wrote:
Hello,

I want to run Yocto project build on Ubuntu 22.04 running on VMWare. In the documentation at this link<https://docs.yoctoproject.org/current/dev-manual/start.html#setting-up-to-use-cross-platforms-crops>, there are three cases, but none of them is for Linux running on virtual machine.
I wonder if it belongs to the category of "Native Linux Host". If not, how to set up Ubuntu 22.04 on VMWare.

Thanks!
Crane


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

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

end of thread, other threads:[~2023-03-13  7:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12  4:52 setup in Ubuntu on VMWare #ubuntu Crane
2023-03-12  8:11 ` [yocto] " Ron Eggler
2023-03-12 10:23 ` Mike Lynch
2023-03-13  7:52   ` Janne Kiiskila

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).