All of lore.kernel.org
 help / color / mirror / Atom feed
* Getting virtualization running on mbmax yocto
@ 2016-02-09  9:22 Supriti Singh
  2016-02-13  3:37 ` Mark Asselstine
  0 siblings, 1 reply; 3+ messages in thread
From: Supriti Singh @ 2016-02-09  9:22 UTC (permalink / raw)
  To: meta-virtualization

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

Hello,

I have a Minnowboard Max.
I followed the instructions http://wiki.minnowboard.org/Yocto_Project from
here to get a yocto kernel running on the board.

I want to enable virtualization with kvm.

My source hierarchy is :
$HOME/source/poky/"all the layers".

To add the meta-virtualization layer, I added the following into the
bblayers.conf
BBLAYERS += "/local/source/poky/meta-openembedded/meta-networking"
BBLAYERS += "/local/source/poky/meta-openembedded/meta-python"
BBLAYERS += "/local/source/poky/meta-openembedded/meta-oe"
BBLAYERS += "/local/source/poky/meta-openembedded/meta-filesystems"
BBLAYERS += "/local/source/poky/meta-virtualization"


When I do a build, I get the following errror:
ERROR: ParseError at
/local/source/poky/meta-virtualization/recipes-extended/images/
cloud-image-controller.bb:29: Could not inherit file
classes/image-vm.bbclass

Is there something else that I need to do?


Thanks,
Supriti

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

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

* Re: Getting virtualization running on mbmax yocto
  2016-02-09  9:22 Getting virtualization running on mbmax yocto Supriti Singh
@ 2016-02-13  3:37 ` Mark Asselstine
  2016-02-17 14:53   ` Supriti Singh
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Asselstine @ 2016-02-13  3:37 UTC (permalink / raw)
  To: Supriti Singh; +Cc: meta-virtualization

On Tue, Feb 9, 2016 at 4:22 AM, Supriti Singh <supritisingh08@gmail.com> wrote:
> Hello,
>
> I have a Minnowboard Max.
> I followed the instructions http://wiki.minnowboard.org/Yocto_Project from
> here to get a yocto kernel running on the board.

These instructions detail the use of the 'fido' release/branch.

>
> I want to enable virtualization with kvm.
>
> My source hierarchy is :
> $HOME/source/poky/"all the layers".
>
> To add the meta-virtualization layer, I added the following into the
> bblayers.conf
> BBLAYERS += "/local/source/poky/meta-openembedded/meta-networking"
> BBLAYERS += "/local/source/poky/meta-openembedded/meta-python"
> BBLAYERS += "/local/source/poky/meta-openembedded/meta-oe"
> BBLAYERS += "/local/source/poky/meta-openembedded/meta-filesystems"
> BBLAYERS += "/local/source/poky/meta-virtualization"
>
>
> When I do a build, I get the following errror:
> ERROR: ParseError at
> /local/source/poky/meta-virtualization/recipes-extended/images/cloud-image-controller.bb:29:
> Could not inherit file classes/image-vm.bbclass

This bbclass wasn't added until *after* fido was released.


>
> Is there something else that I need to do?

You can attempt to 'rewind' meta-virtualization to match what existed
when fido was
released. Try to reset meta-virtualization prior to
commit e50e36cfa3898b1defcbffe9f3fd0a20403c8de3

No guarantees this will work but worth a try.

Regards,
Mark


>
>
> Thanks,
> Supriti
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>


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

* Re: Getting virtualization running on mbmax yocto
  2016-02-13  3:37 ` Mark Asselstine
@ 2016-02-17 14:53   ` Supriti Singh
  0 siblings, 0 replies; 3+ messages in thread
From: Supriti Singh @ 2016-02-17 14:53 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

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

Thanks

I just used the latest version and it compiled.

On Sat, Feb 13, 2016 at 4:37 AM, Mark Asselstine <asselsm@gmail.com> wrote:

> On Tue, Feb 9, 2016 at 4:22 AM, Supriti Singh <supritisingh08@gmail.com>
> wrote:
> > Hello,
> >
> > I have a Minnowboard Max.
> > I followed the instructions http://wiki.minnowboard.org/Yocto_Project
> from
> > here to get a yocto kernel running on the board.
>
> These instructions detail the use of the 'fido' release/branch.
>
> >
> > I want to enable virtualization with kvm.
> >
> > My source hierarchy is :
> > $HOME/source/poky/"all the layers".
> >
> > To add the meta-virtualization layer, I added the following into the
> > bblayers.conf
> > BBLAYERS += "/local/source/poky/meta-openembedded/meta-networking"
> > BBLAYERS += "/local/source/poky/meta-openembedded/meta-python"
> > BBLAYERS += "/local/source/poky/meta-openembedded/meta-oe"
> > BBLAYERS += "/local/source/poky/meta-openembedded/meta-filesystems"
> > BBLAYERS += "/local/source/poky/meta-virtualization"
> >
> >
> > When I do a build, I get the following errror:
> > ERROR: ParseError at
> > /local/source/poky/meta-virtualization/recipes-extended/images/
> cloud-image-controller.bb:29:
> > Could not inherit file classes/image-vm.bbclass
>
> This bbclass wasn't added until *after* fido was released.
>
>
> >
> > Is there something else that I need to do?
>
> You can attempt to 'rewind' meta-virtualization to match what existed
> when fido was
> released. Try to reset meta-virtualization prior to
> commit e50e36cfa3898b1defcbffe9f3fd0a20403c8de3
>
> No guarantees this will work but worth a try.
>
> Regards,
> Mark
>
>
> >
> >
> > Thanks,
> > Supriti
> >
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization
> >
>

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

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

end of thread, other threads:[~2016-02-17 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  9:22 Getting virtualization running on mbmax yocto Supriti Singh
2016-02-13  3:37 ` Mark Asselstine
2016-02-17 14:53   ` Supriti Singh

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.