[meta-virtualization] [PATCH 1/3] packagegroup-docker:initial add

Bruce Ashfield bruce.ashfield at gmail.com
Tue Apr 25 05:13:03 PDT 2017


I don't see the point of this. Most people absolutely do not need
docker-registry whenever
docker is installed.

So this is just a packagegroup that is wrapping the install of docker + one
optional
dependency.

What problem are you trying to solve ?

Bruce

On Tue, Apr 25, 2017 at 3:59 AM, Chunrong Guo <B40290 at freescale.com> wrote:

> From: Chunrong Guo <chunrong.guo at nxp.com>
>
> ---
>  recipes-containers/packagegroups/packagegroup-docker.bb | 13
> +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 recipes-containers/packagegroups/packagegroup-
> docker.bb
>
> diff --git a/recipes-containers/packagegroups/packagegroup-docker.bb
> b/recipes-containers/packagegroups/packagegroup-docker.bb
> new file mode 100644
> index 0000000..8ac7600
> --- /dev/null
> +++ b/recipes-containers/packagegroups/packagegroup-docker.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Install docker tools"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=
> 3f40d7994397109285ec7b81fdeb3b58"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +inherit packagegroup
> +
> +PACKAGES = "${PN}"
> +
> +RDEPENDS_${PN} = "docker \
> +    docker-registry  \
> +"
> --
> 1.9.0
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170425/578a71b3/attachment.html>


More information about the meta-virtualization mailing list