All of lore.kernel.org
 help / color / mirror / Atom feed
* How to build the build appliance?
@ 2013-01-25 11:32 Tino Breddin
  2013-01-25 15:17 ` Stoicescu, CorneliuX
  0 siblings, 1 reply; 4+ messages in thread
From: Tino Breddin @ 2013-01-25 11:32 UTC (permalink / raw)
  To: yocto

Hi there,

I've seen some work already went into building a Yocto build appliance
which runs on VMware [1]. I think that's a great tool to get started.
Has the appliance been built by hand or is the process somewhat
automated? I couldn't find any references in Poky.

Cheers,
Tino

[1] https://www.yoctoproject.org/documentation/build-appliance-manual


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

* Re: How to build the build appliance?
  2013-01-25 11:32 How to build the build appliance? Tino Breddin
@ 2013-01-25 15:17 ` Stoicescu, CorneliuX
  2013-01-25 15:37   ` Iorga, Cristian
  2013-01-25 17:14   ` Tino Breddin
  0 siblings, 2 replies; 4+ messages in thread
From: Stoicescu, CorneliuX @ 2013-01-25 15:17 UTC (permalink / raw)
  To: Tino Breddin, yocto

Hello Tino,

Here is what I know on the matter: 
1) you need to set MACHINE = "qemux86-64" in local.conf
2) run "bitbake build-appliance-image"
3) check the tmp/deploy/images folder for the output

Regards,
Cornel

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Tino Breddin
Sent: Friday, January 25, 2013 1:32 PM
To: yocto
Subject: [yocto] How to build the build appliance?

Hi there,

I've seen some work already went into building a Yocto build appliance which runs on VMware [1]. I think that's a great tool to get started.
Has the appliance been built by hand or is the process somewhat automated? I couldn't find any references in Poky.

Cheers,
Tino

[1] https://www.yoctoproject.org/documentation/build-appliance-manual
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

* Re: How to build the build appliance?
  2013-01-25 15:17 ` Stoicescu, CorneliuX
@ 2013-01-25 15:37   ` Iorga, Cristian
  2013-01-25 17:14   ` Tino Breddin
  1 sibling, 0 replies; 4+ messages in thread
From: Iorga, Cristian @ 2013-01-25 15:37 UTC (permalink / raw)
  To: Stoicescu, CorneliuX, Tino Breddin, yocto

It also work with a qemux86 machine.

Regards,
Cristian

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Stoicescu, CorneliuX
Sent: Friday, January 25, 2013 5:18 PM
To: Tino Breddin; yocto
Subject: Re: [yocto] How to build the build appliance?

Hello Tino,

Here is what I know on the matter: 
1) you need to set MACHINE = "qemux86-64" in local.conf
2) run "bitbake build-appliance-image"
3) check the tmp/deploy/images folder for the output

Regards,
Cornel

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Tino Breddin
Sent: Friday, January 25, 2013 1:32 PM
To: yocto
Subject: [yocto] How to build the build appliance?

Hi there,

I've seen some work already went into building a Yocto build appliance which runs on VMware [1]. I think that's a great tool to get started.
Has the appliance been built by hand or is the process somewhat automated? I couldn't find any references in Poky.

Cheers,
Tino

[1] https://www.yoctoproject.org/documentation/build-appliance-manual
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

* Re: How to build the build appliance?
  2013-01-25 15:17 ` Stoicescu, CorneliuX
  2013-01-25 15:37   ` Iorga, Cristian
@ 2013-01-25 17:14   ` Tino Breddin
  1 sibling, 0 replies; 4+ messages in thread
From: Tino Breddin @ 2013-01-25 17:14 UTC (permalink / raw)
  To: Stoicescu, CorneliuX; +Cc: yocto

Great, building and testing it now.

Thanks for the pointer!

On 01/25/2013 04:17 PM, Stoicescu, CorneliuX wrote:
> Hello Tino,
> 
> Here is what I know on the matter: 
> 1) you need to set MACHINE = "qemux86-64" in local.conf
> 2) run "bitbake build-appliance-image"
> 3) check the tmp/deploy/images folder for the output
> 
> Regards,
> Cornel
> 
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Tino Breddin
> Sent: Friday, January 25, 2013 1:32 PM
> To: yocto
> Subject: [yocto] How to build the build appliance?
> 
> Hi there,
> 
> I've seen some work already went into building a Yocto build appliance which runs on VMware [1]. I think that's a great tool to get started.
> Has the appliance been built by hand or is the process somewhat automated? I couldn't find any references in Poky.
> 
> Cheers,
> Tino
> 
> [1] https://www.yoctoproject.org/documentation/build-appliance-manual
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
> 




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

end of thread, other threads:[~2013-01-25 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 11:32 How to build the build appliance? Tino Breddin
2013-01-25 15:17 ` Stoicescu, CorneliuX
2013-01-25 15:37   ` Iorga, Cristian
2013-01-25 17:14   ` Tino Breddin

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.