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 <[email protected]> wrote:

> From: Chunrong Guo <[email protected]>
>
> ---
>  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
> [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

Reply via email to