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
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
