This package group doesn't make a lot of sense, its name is far to general/broad to only contain libvirt.
There's such a broad set of package that are required for system level use out of meta-virtualization that we've generally stayed away from package groups. Cheers, Bruce On Tue, Apr 25, 2017 at 4:00 AM, Chunrong Guo <[email protected]> wrote: > From: Chunrong Guo <[email protected]> > > --- > .../packagegroups/packagegroup-virtualization.bb | 14 > ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 recipes-extended/packagegroups/packagegroup- > virtualization.bb > > diff --git a/recipes-extended/packagegroups/packagegroup-virtualization.bb > b/recipes-extended/packagegroups/packagegroup-virtualization.bb > new file mode 100644 > index 0000000..7e9dae5 > --- /dev/null > +++ b/recipes-extended/packagegroups/packagegroup-virtualization.bb > @@ -0,0 +1,14 @@ > +DESCRIPTION = "All packages virtualization packages" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5= > 3f40d7994397109285ec7b81fdeb3b58" > + > +inherit packagegroup > + > +PACKAGES = "${PN}" > + > +RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ > + 'libvirt \ > + libvirt-libvirtd \ > + libvirt-virsh \ > + '', d)} \ > +" > -- > 1.9.0 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
