On 4 May 2013 00:44, Ben Warren <[email protected]> wrote: > Hello, > > I'm trying to build an image using some components from meta-virtualization, > and it's failing because it can't find many of the dependent modules. I'm > posting this on the main yocto mailing list since it's more of a general > question of 'where are these things?' >
Each layer should have a README file specifying its dependencies. See https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/README or README in your local clone of the tree. In this case the layer seems to depend on meta-oe and meta-networking, both within the meta-openembedded group of layers. Hope this helps, -- Paul Barker Email: [email protected] http://www.paulbarker.me.uk _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
