On Tue, Apr 25, 2017 at 4:00 AM, Chunrong Guo <[email protected]> wrote:
> From: Chunrong Guo <[email protected]> > > --- > recipes-containers/packagegroups/packagegroup-lxc.bb | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 recipes-containers/packagegroups/packagegroup-lxc.bb > > diff --git a/recipes-containers/packagegroups/packagegroup-lxc.bb > b/recipes-containers/packagegroups/packagegroup-lxc.bb > new file mode 100644 > index 0000000..25954ca > --- /dev/null > +++ b/recipes-containers/packagegroups/packagegroup-lxc.bb > @@ -0,0 +1,13 @@ > +DESCRIPTION = "Install lxc tools" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5= > 4d92cd373abda3937c2bc47fbc49d690" > + > +PACKAGE_ARCH = "${MACHINE_ARCH}" > + > +inherit packagegroup > + > +PACKAGES = "${PN}" > + > +RDEPENDS_${PN} = "docker \ > + docker-registry \ > This RDEPENDS is wrong. Bruce > +" > -- > 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
